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