Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.calcite.linq4j Classes and Interfaces - 125 results found.
NameDescriptionTypePackageFramework
AbstractEnumerableAbstract implementation of the Enumerable interface that implements the extension methods.Classorg.apache.calcite.linq4jCalcite
AbstractEnumerable2Abstract implementation of the Enumerable interface that implements the extension methods.Classorg.apache.calcite.linq4jCalcite
AbstractNodeAbstract implementation of Node.Classorg.apache.calcite.linq4j.treeCalcite
AbstractQueryableAbstract implementation of the Queryable interface that implements the extension methods.Classorg.apache.calcite.linq4jCalcite
ArrayLengthRecordFieldClassorg.apache.calcite.linq4j.treeCalcite
BaseQueryableSkeleton implementation of Queryable.Classorg.apache.calcite.linq4jCalcite
BigDecimalFunction1Function that takes one parameter and returns a BigDecimal value.Interfaceorg.apache.calcite.linq4j.functionCalcite
BinaryExpressionRepresents an expression that has a binary operator.Classorg.apache.calcite.linq4j.treeCalcite
BlockBuilderBuilder for BlockStatement.Classorg.apache.calcite.linq4j.treeCalcite
BlocksHelper methods concerning BlockStatements.Classorg.apache.calcite.linq4j.treeCalcite
BlockStatementClassorg.apache.calcite.linq4j.treeCalcite
CatchBlockRepresents a catch statement in a try block.Classorg.apache.calcite.linq4j.treeCalcite
ClassDeclarationDeclaration of a class.Classorg.apache.calcite.linq4j.treeCalcite
ClassDeclarationFinderEntry point for optimizers that factor ou deterministic expressions to final static fields.Classorg.apache.calcite.linq4j.treeCalcite
ConditionalExpressionRepresents an expression that has a conditional operator.Classorg.apache.calcite.linq4j.treeCalcite
ConditionalStatementRepresents an expression that has a conditional operator.Classorg.apache.calcite.linq4j.treeCalcite
ConstantExpressionRepresents an expression that has a constant value.Classorg.apache.calcite.linq4j.treeCalcite
ConstantUntypedNullRepresents a constant null of unknown type Java allows type inference for such nulls, thus null cannot always beClassorg.apache.calcite.linq4j.treeCalcite
ConstructorDeclarationDeclaration of a constructor.Classorg.apache.calcite.linq4j.treeCalcite
CorrelateJoinTypeenum CorrelateJoinTypeSpecifies the type of correlation operation: inner, left, semi, or anti.Classorg.apache.calcite.linq4jCalcite
DeclarationStatementExpression that declares and optionally initializes a variable.Classorg.apache.calcite.linq4j.treeCalcite
DefaultEnumerable that implements the extension methods by calling into the Extensions The are two abstract methods:Classorg.apache.calcite.linq4jCalcite
DefaultExpressionRepresents the default value of a type or an empty expression.Classorg.apache.calcite.linq4j.treeCalcite
DelegatingEnumeratorSimple enumerator that just delegates all calls to the passed enumerator.Classorg.apache.calcite.linq4jCalcite
DeterministicCodeOptimizerFactors out deterministic expressions to final static fields.Classorg.apache.calcite.linq4j.treeCalcite
DoubleFunction1Function that takes one parameter and returns a native double value.Interfaceorg.apache.calcite.linq4j.functionCalcite
DynamicExpressionRepresents a dynamic operation.Classorg.apache.calcite.linq4j.treeCalcite
ElementInitRepresents an initializer for a single element of an Enumerable collection.Classorg.apache.calcite.linq4j.treeCalcite
EnumerableExposes the enumerator, which supports a simple iteration over a collection.Interfaceorg.apache.calcite.linq4jCalcite
EnumerableDefaultsDefault implementations of methods in the Enumerable interface.Classorg.apache.calcite.linq4jCalcite
EnumeratorSupports a simple iteration over a collection.Interfaceorg.apache.calcite.linq4jCalcite
EqualityComparerCompares values for equality.Interfaceorg.apache.calcite.linq4j.functionCalcite
ExpressionAnalogous to LINQ's System.Classorg.apache.calcite.linq4j.treeCalcite
ExpressionsUtility methods for expressions, including a lot of factory methods.Classorg.apache.calcite.linq4j.treeCalcite
Expressions .FluentListInterfaceorg.apache.calcite.linq4j.tree.ExpressionsCalcite
ExpressionTypeAnalogous to LINQ's System.Classorg.apache.calcite.linq4j.treeCalcite
ExpressionVisitorRepresents a visitor or rewriter for expression trees.Interfaceorg.apache.calcite.linq4j.treeCalcite
ExtendedEnumerableExtension methods in Enumerable.Interfaceorg.apache.calcite.linq4jCalcite
ExtendedOrderedEnumerableExtension methods for OrderedEnumerable.Interfaceorg.apache.calcite.linq4jCalcite
ExtendedOrderedQueryableExtension methods for OrderedQueryable.Interfaceorg.apache.calcite.linq4jCalcite
ExtensionsContains what, in LINQ.Classorg.apache.calcite.linq4jCalcite
FieldDeclarationDeclaration of a field.Classorg.apache.calcite.linq4j.treeCalcite
FloatFunction1Function that takes one parameter and returns a native float value.Interfaceorg.apache.calcite.linq4j.functionCalcite
ForStatementRepresents an infinite loop.Classorg.apache.calcite.linq4j.treeCalcite
Function0Function with no parameters.Interfaceorg.apache.calcite.linq4j.functionCalcite
Function1Function with one parameter.Interfaceorg.apache.calcite.linq4j.functionCalcite
Function2Function with two parameters.Interfaceorg.apache.calcite.linq4j.functionCalcite
FunctionExpressionRepresents a strongly typed lambda expression as a data structure in the form of an expression tree.Classorg.apache.calcite.linq4j.treeCalcite
FunctionExpression .InvokableFunction that can be invoked with a variable number of arguments.Interfaceorg.apache.calcite.linq4j.tree.FunctionExpressionCalcite
FunctionsUtilities relating to functions.Classorg.apache.calcite.linq4j.functionCalcite
GotoExpressionKindenum GotoExpressionKindSpecifies what kind of jump a GotoStatement represents.Classorg.apache.calcite.linq4j.treeCalcite
GotoStatementRepresents an unconditional jump.Classorg.apache.calcite.linq4j.treeCalcite
GroupingRepresents a collection of objects that have a common key.Interfaceorg.apache.calcite.linq4jCalcite
IndexExpressionRepresents indexing a property or array.Classorg.apache.calcite.linq4j.treeCalcite
IntegerFunction1Function that takes one parameter and returns a native int value.Interfaceorg.apache.calcite.linq4j.functionCalcite
InvocationExpressionRepresents an expression that applies a delegate or lambda expression to a list of argument expressions.Classorg.apache.calcite.linq4j.treeCalcite
LabelStatementRepresents a label, which can be put in any Expression context.Classorg.apache.calcite.linq4j.treeCalcite
LabelTargetUsed to represent the target of a GotoStatement.Classorg.apache.calcite.linq4j.treeCalcite
LambdaExpressionDescribes a lambda expression.Classorg.apache.calcite.linq4j.treeCalcite
Linq4jUtility and factory methods for Linq4j.Classorg.apache.calcite.linq4jCalcite
ListInitExpressionRepresents a constructor call that has a collection initializer.Classorg.apache.calcite.linq4j.treeCalcite
LongFunction1Function that takes one parameter and returns a native long value.Interfaceorg.apache.calcite.linq4j.functionCalcite
LookupRepresents a collection of keys each mapped to one or more values.Interfaceorg.apache.calcite.linq4jCalcite
MemberAssignmentRepresents assignment operation for a field or property of an object.Classorg.apache.calcite.linq4j.treeCalcite
MemberBindingProvides the base class from which the classes that represent bindings that are used to initialize members of a newly created object derive.Classorg.apache.calcite.linq4j.treeCalcite
MemberDeclarationDeclaration of a member of a class.Classorg.apache.calcite.linq4j.treeCalcite
MemberExpressionRepresents accessing a field or property.Classorg.apache.calcite.linq4j.treeCalcite
MemberInitExpressionClassorg.apache.calcite.linq4j.treeCalcite
MemberListBindingClassorg.apache.calcite.linq4j.treeCalcite
MemberMemberBindingRepresents initializing members of a member of a newly created object.Classorg.apache.calcite.linq4j.treeCalcite
MethodCallExpressionRepresents a call to either a static or an instance method.Classorg.apache.calcite.linq4j.treeCalcite
MethodDeclarationDeclaration of a method.Classorg.apache.calcite.linq4j.treeCalcite
NewArrayExpressionClassorg.apache.calcite.linq4j.treeCalcite
NewExpressionRepresents a constructor call.Classorg.apache.calcite.linq4j.treeCalcite
NodeInterfaceorg.apache.calcite.linq4j.treeCalcite
NonDeterministicSpecifies that function is NOT deterministic (i.Classorg.apache.calcite.linq4j.functionCalcite
NullableBigDecimalFunction1Interfaceorg.apache.calcite.linq4j.functionCalcite
NullableDoubleFunction1Interfaceorg.apache.calcite.linq4j.functionCalcite
NullableFloatFunction1Interfaceorg.apache.calcite.linq4j.functionCalcite
NullableIntegerFunction1Interfaceorg.apache.calcite.linq4j.functionCalcite
NullableLongFunction1Interfaceorg.apache.calcite.linq4j.functionCalcite
OptimizeVisitorVisitor that optimizes expressions.Classorg.apache.calcite.linq4j.treeCalcite
OpTypeClassorg.apache.calcite.linq4jCalcite
OrdPair of an element and an ordinal.Classorg.apache.calcite.linq4jCalcite
OrderedEnumerableInterfaceorg.apache.calcite.linq4jCalcite
OrderedQueryableRepresents the result of applying a sorting operation to a Queryable.Interfaceorg.apache.calcite.linq4jCalcite
PackageMarkerThis is a dummy annotation that forces javac to produce output for otherwise empty package-info.Classorg.apache.calcite.linq4jCalcite
ParameterAnnotation that supplies metadata about a function parameter.Classorg.apache.calcite.linq4j.functionCalcite
ParameterExpressionRepresents a named parameter expression.Classorg.apache.calcite.linq4j.treeCalcite
Predicate1Function with one parameter returning a native boolean value.Interfaceorg.apache.calcite.linq4j.functionCalcite
Predicate2Function with two parameters returning a native boolean value.Interfaceorg.apache.calcite.linq4j.functionCalcite
PrimitiveEnumeration of Java's primitive types.Classorg.apache.calcite.linq4j.treeCalcite
Primitive .FlavorA type that boxes a primitive, e.Classorg.apache.calcite.linq4j.tree.PrimitiveCalcite
Primitive .SinkA place to send a value.Interfaceorg.apache.calcite.linq4j.tree.PrimitiveCalcite
Primitive .SourceA place from which to read a value.Interfaceorg.apache.calcite.linq4j.tree.PrimitiveCalcite
PseudoFieldContains the parts of the Field class needed for code generation, but might be implemented differently.Interfaceorg.apache.calcite.linq4j.treeCalcite
QueryableProvides functionality to evaluate queries against a specific data source wherein the type of the data is known.Interfaceorg.apache.calcite.linq4jCalcite
QueryableDefaultsDefault implementations for methods in the Queryable interface.Classorg.apache.calcite.linq4jCalcite
QueryableDefaults .NonLeafReplayableQueryableNon-leaf replayable queryable.Classorg.apache.calcite.linq4j.QueryableDefaultsCalcite
QueryableDefaults .ReplayableApplies an accumulator function over a sequence.Interfaceorg.apache.calcite.linq4j.QueryableDefaultsCalcite
QueryableDefaults .ReplayableQueryableReplayable queryable.Classorg.apache.calcite.linq4j.QueryableDefaultsCalcite
QueryableFactoryFactory for building Queryable objects.Interfaceorg.apache.calcite.linq4jCalcite
QueryableRecorder and returns an object that can replay the event when you call its QueryableDefaults.Classorg.apache.calcite.linq4jCalcite
QueryProviderDefines methods to create and execute queries that are described by a Analogous to LINQ's System.Interfaceorg.apache.calcite.linq4jCalcite
QueryProviderImplPartial implementation of QueryProvider.Classorg.apache.calcite.linq4jCalcite
QueryProviderImpl .QueryableImplBinds an expression to this query provider.Classorg.apache.calcite.linq4j.QueryProviderImplCalcite
RawEnumerableExposes the enumerator, which supports a simple iteration over a collection, without the extension methods.Interfaceorg.apache.calcite.linq4jCalcite
RawQueryableCore methods that define a Queryable.Interfaceorg.apache.calcite.linq4jCalcite
ReflectedPseudoFieldClassorg.apache.calcite.linq4j.treeCalcite
StatementClassorg.apache.calcite.linq4j.treeCalcite
SwitchCaseRepresents one case of a SwitchStatement.Classorg.apache.calcite.linq4j.treeCalcite
SwitchStatementRepresents a control expression that handles multiple selections by passing control to SwitchCase.Classorg.apache.calcite.linq4j.treeCalcite
TernaryExpressionRepresents an expression that has a ternary operator.Classorg.apache.calcite.linq4j.treeCalcite
ThrowStatementRepresents a throw statement.Classorg.apache.calcite.linq4j.treeCalcite
TransformedEnumeratorClassorg.apache.calcite.linq4jCalcite
TryStatementRepresents a try .Classorg.apache.calcite.linq4j.treeCalcite
TypeBinaryExpressionRepresents an operation between an expression and a type.Classorg.apache.calcite.linq4j.treeCalcite
TypesClassorg.apache.calcite.linq4j.treeCalcite
Types .ArrayTypeClassorg.apache.calcite.linq4j.tree.TypesCalcite
Types .MapTypeClassorg.apache.calcite.linq4j.tree.TypesCalcite
Types .RecordFieldField that belongs to a record.Interfaceorg.apache.calcite.linq4j.tree.TypesCalcite
Types .RecordTypeBase class for record-like types that do not mapped to (currently loaded) Java Class objects.Interfaceorg.apache.calcite.linq4j.tree.TypesCalcite
UnaryExpressionRepresents an expression that has a unary operator.Classorg.apache.calcite.linq4j.treeCalcite
VisitorClassorg.apache.calcite.linq4j.treeCalcite
WhileStatementRepresents a while statement.Classorg.apache.calcite.linq4j.treeCalcite