Package org.apache.calcite
Class DataContexts
java.lang.Object
org.apache.calcite.DataContexts
Utilities for
DataContext.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DataContextInstance ofDataContextthat has no variables. -
Method Summary
Modifier and TypeMethodDescriptionstatic DataContextReturns an instance ofDataContextwith the given function.static DataContextReturns an instance ofDataContextwith the given map.static DataContextof(CalciteConnection connection, @Nullable SchemaPlus rootSchema) Returns an instance ofDataContextwith the given connection and root schema but no variables.
-
Field Details
-
EMPTY
Instance ofDataContextthat has no variables.
-
-
Method Details
-
of
Returns an instance ofDataContextwith the given map. -
of
Returns an instance ofDataContextwith the given function. -
of
Returns an instance ofDataContextwith the given connection and root schema but no variables.
-