Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.calcite.util Classes and Interfaces - 95 results found.
NameDescriptionTypePackageFramework
AbstractSourceMappingSimple implementation of Mappings.Classorg.apache.calcite.util.mappingCalcite
AbstractTargetMappingSimple implementation of Mappings.Classorg.apache.calcite.util.mappingCalcite
BarfingInvocationHandlerA class derived from BarfingInvocationHandler handles a method call by looking for a method in itself with identical parameters.Classorg.apache.calcite.utilCalcite
BasicDatetimeBasicDatetime is an interface for dates, times, or timestamps that can be assigned from a long value.Interfaceorg.apache.calcite.utilCalcite
BenchmarkClassorg.apache.calcite.utilCalcite
Benchmark .StatisticianCollects statistics for a test that is run multiple times.Classorg.apache.calcite.util.BenchmarkCalcite
BitSetsUtility functions for BitSet.Classorg.apache.calcite.utilCalcite
BitString A bit string logically consists of a set of '0' and '1' values, of a specified length.Classorg.apache.calcite.utilCalcite
BreadthFirstIteratorIterates over the vertices in a directed graph in breadth-first order.Classorg.apache.calcite.util.graphCalcite
BugHolder for a list of constants describing which bugs which have not been You can use these constants to control the flow of your code.Classorg.apache.calcite.utilCalcite
BuiltInMethodClassorg.apache.calcite.utilCalcite
CalciteLoggerSmall extension to Logger with some performance improvements.Classorg.apache.calcite.util.traceCalcite
CalciteTimingTracerCalciteTimingTracer provides a mechanism for tracing the timing of a call sequence at nanosecond resolution.Classorg.apache.calcite.util.traceCalcite
CalciteTraceContains all of the tracers used within org.Classorg.apache.calcite.util.traceCalcite
CancelFlagCancelFlag is used to post and check cancellation requests.Classorg.apache.calcite.utilCalcite
CastingListConverts a list whose members are automatically down-cast to a given type.Classorg.apache.calcite.utilCalcite
ChunkList in chunks of 32 elements.Classorg.apache.calcite.utilCalcite
ClosableAllocationClosableAllocation represents an object which requires a call in order to release resources early rather than waiting for finalization.Interfaceorg.apache.calcite.utilCalcite
ClosableAllocationOwnerClosableAllocationOwner represents an object which can take ownership of ClosableAllocations and guarantee that they will be cleaned up correctly whenInterfaceorg.apache.calcite.utilCalcite
CompatibleCompatibility layer.Interfaceorg.apache.calcite.utilCalcite
Compatible .FactoryCreates the implementation of Compatible suitable for the current environment.Classorg.apache.calcite.util.CompatibleCalcite
CompositeListRead-only list that is the concatenation of sub-lists.Classorg.apache.calcite.utilCalcite
CompositeMapUnmodifiable view onto multiple backing maps.Classorg.apache.calcite.utilCalcite
CompoundClosableAllocationCompoundClosableAllocation represents a collection of ClosableAllocations which share a common lifecycle.Classorg.apache.calcite.utilCalcite
ControlFlowExceptionException intended to be used for control flow, as opposed to the usual use of exceptions which is to signal an error condition.Classorg.apache.calcite.utilCalcite
ConversionUtilClassorg.apache.calcite.utilCalcite
CycleDetectorDetects cycles in directed graphs.Classorg.apache.calcite.util.graphCalcite
DefaultDirectedGraphDefault implementation of DirectedGraph.Classorg.apache.calcite.util.graphCalcite
DefaultEdgeDefault implementation of Edge.Classorg.apache.calcite.util.graphCalcite
DelegatingInvocationHandlerA class derived from DelegatingInvocationHandler handles a method call by looking for a method in itself with identical parameters.Classorg.apache.calcite.utilCalcite
DepthFirstIteratorIterates over the vertices in a directed graph in depth-first order.Classorg.apache.calcite.util.graphCalcite
DirectedGraphInterfaceorg.apache.calcite.util.graphCalcite
DirectedGraph .EdgeFactorySkip navigation linksOverviewPackageClassUseTreeDeprecatedIndexHelpInterfaceorg.apache.calcite.util.graph.DirectedGraphCalcite
FilteratorFiltered iterator class: an iterator that includes only elements that are instanceof a specified class.Classorg.apache.calcite.utilCalcite
GlossaryA collection of terms.Interfaceorg.apache.calcite.utilCalcite
GraphsMiscellaneous graph utilities.Classorg.apache.calcite.util.graphCalcite
Graphs .FrozenGraphReturns an iterator of all paths between two nodes, shortest first.Classorg.apache.calcite.util.graph.GraphsCalcite
HolderA mutable slot that can contain one object.Classorg.apache.calcite.utilCalcite
ImmutableBitSetAn immutable list of bits.Classorg.apache.calcite.utilCalcite
ImmutableBitSet .BuilderSets all bits in a given bit set.Classorg.apache.calcite.util.ImmutableBitSetCalcite
ImmutableIntListAn immutable list of Integer values backed by an array ofReturns a copy of this list with one element added.Classorg.apache.calcite.utilCalcite
ImmutableNullableListAn immutable list that may contain null values.Classorg.apache.calcite.utilCalcite
ImmutableNullableList .BuilderA builder for creating immutable nullable list instances.Classorg.apache.calcite.util.ImmutableNullableListCalcite
IntegerIntervalSetA set of non-negative integers defined by a sequence of points, intervals,Parses a range of integers expressed as a string.Classorg.apache.calcite.utilCalcite
IntListExtension to ArrayList to help build an array of intSee Also:Serialized FormClassorg.apache.calcite.utilCalcite
IntPairAn immutable pair of integers.Classorg.apache.calcite.util.mappingCalcite
JaninoCompilerClassorg.apache.calcite.util.javacCalcite
JaninoCompiler .JaninoCompilerArgsArguments to an invocation of the Janino compiler.Classorg.apache.calcite.util.javac.JaninoCompilerCalcite
JavaCompilerThe interface JavaCompiler represents an interface to invoke a regular Java compiler.Interfaceorg.apache.calcite.util.javacCalcite
JavaCompilerArgsA JavaCompilerArgs holds the arguments for a Specific implementations of JavaCompiler may override Classorg.apache.calcite.util.javacCalcite
JsonBuilderBuilder for JSON documents (represented as List, Map, String, Boolean, Long).Classorg.apache.calcite.utilCalcite
LitmusCallback to be called when a test for validity succeeds or fails.Interfaceorg.apache.calcite.utilCalcite
MappingA Mapping is a relationship between a source domain to target domain of integers.Interfaceorg.apache.calcite.util.mappingCalcite
MappingsUtility functions related to mappings.Classorg.apache.calcite.util.mappingCalcite
Mappings .AbstractMappingAbstract implementation of Mapping.Classorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .CoreMappingCore interface of all mappings.Interfaceorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .FiniteAbstractMappingAbstract implementation of mapping where both source and target domains are finite.Classorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .FunctionMappingMapping where every source has a target.Interfaceorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .IdentityMappingThe identity mapping, of a given size, or infinite.Classorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .NoElementExceptionThrown when a mapping is expected to return one element but returns none.Classorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .OverridingSourceMappingSource mapping that returns the same result as a parent Mappings.Classorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .OverridingTargetMappingTarget mapping that returns the same result as a parent Mappings.Classorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .PartialMappingClassorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .SourceMappingMapping suitable for sourcing columns.Interfaceorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .TargetMappingMapping suitable for mapping columns to a target.Interfaceorg.apache.calcite.util.mapping.MappingsCalcite
Mappings .TooManyElementsExceptionThrown when a mapping is expected to return one element but returnsSee Also:Serialized FormClassorg.apache.calcite.util.mapping.MappingsCalcite
MappingTypeDescribes the type of a mapping, from the most general MULTI_FUNCTION (every element in the source and target domain canClassorg.apache.calcite.util.mappingCalcite
NlsStringA string, optionally with character set and SqlCollation.Classorg.apache.calcite.utilCalcite
NumberUtilUtility functions for working with numbers This class is JDK 1.Classorg.apache.calcite.utilCalcite
Pair Because a pair implements equals(Object), hashCode() and compareTo(Pair), it can be used in any kind ofClassorg.apache.calcite.utilCalcite
PartiallyOrderedSetPartially-ordered set.Classorg.apache.calcite.utilCalcite
PartiallyOrderedSet .Ordering To obey the constraints of the partially-ordered set, the function must be consistent with the reflexive, anti-symmetric, and transitiveInterfaceorg.apache.calcite.util.PartiallyOrderedSetCalcite
PermutationRepresents a mapping which reorders elements in an array.Classorg.apache.calcite.utilCalcite
ReflectiveVisitDispatcherInterface for looking up methods relating to reflective visitation.Interfaceorg.apache.calcite.utilCalcite
ReflectiveVisitorObject which can be a target for a reflective visitation (see ReflectUtil.Interfaceorg.apache.calcite.utilCalcite
ReflectUtilStatic utilities for Java reflection.Classorg.apache.calcite.utilCalcite
ReflectUtil .MethodDispatcherCan invoke a method on an object of type E with return type T.Interfaceorg.apache.calcite.util.ReflectUtilCalcite
SaffronPropertiesProvides an environment for debugging information, et cetera, used by getIntProperty(java.Classorg.apache.calcite.utilCalcite
SerializableCharsetSerializable wrapper around a Charset.Classorg.apache.calcite.utilCalcite
StacksUtilities to make vanilla lists look like stacks.Classorg.apache.calcite.utilCalcite
StackWriterA helper class for generating formatted text.Classorg.apache.calcite.utilCalcite
StaticDefinitions of objects to be statically imported.Classorg.apache.calcite.utilCalcite
Template It is extended from MessageFormat to allow parameters to be substituted by name as well as by position.Classorg.apache.calcite.utilCalcite
TopologicalOrderIteratorIterates over the edges of a graph in topological order.Classorg.apache.calcite.util.graphCalcite
TryThreadLocalThread-local variable that returns a handle that can be closed.Classorg.apache.calcite.utilCalcite
TryThreadLocal .MemoRemembers to set the value back.Interfaceorg.apache.calcite.util.TryThreadLocalCalcite
UnmodifiableArrayListA view onto an array that cannot be modified by the client.Classorg.apache.calcite.utilCalcite
UtilMiscellaneous utility functions.Classorg.apache.calcite.utilCalcite
Util .FoundOneException used to interrupt a tree walk of any kind.Classorg.apache.calcite.util.UtilCalcite
Util .OverFinderClassorg.apache.calcite.util.UtilCalcite
XmlOutputStreaming XML output.Classorg.apache.calcite.utilCalcite
ZonelessDateZonelessDate is a date value without a time zone.Classorg.apache.calcite.utilCalcite
ZonelessDatetimeZonelessDatetime is an abstract class for dates, times, or timestamps that contain a zoneless time value.Classorg.apache.calcite.utilCalcite
ZonelessTimeZonelessTime is a time value without a time zone.Classorg.apache.calcite.utilCalcite
ZonelessTimestampZonelessTimestamp is a timestamp value without a time zone.Classorg.apache.calcite.utilCalcite