Package org.apache.calcite.jdbc
Class CalciteSchema.FunctionEntryImpl
java.lang.Object
org.apache.calcite.jdbc.CalciteSchema.Entry
org.apache.calcite.jdbc.CalciteSchema.FunctionEntry
org.apache.calcite.jdbc.CalciteSchema.FunctionEntryImpl
- Enclosing class:
CalciteSchema
Implementation of
CalciteSchema.FunctionEntry
where all properties are held in fields.-
Field Summary
Fields inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
name, schema
-
Constructor Summary
ConstructorDescriptionFunctionEntryImpl
(CalciteSchema schema, String name, Function function) Creates a FunctionEntryImpl. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether this represents a materialized view.Methods inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
path
-
Constructor Details
-
FunctionEntryImpl
Creates a FunctionEntryImpl.
-
-
Method Details
-
getFunction
- Specified by:
getFunction
in classCalciteSchema.FunctionEntry
-
isMaterialization
public boolean isMaterialization()Description copied from class:CalciteSchema.FunctionEntry
Whether this represents a materialized view. (At a given point in time, it may or may not be materialized as a table.)- Specified by:
isMaterialization
in classCalciteSchema.FunctionEntry
-