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
ConstructorsConstructorDescriptionFunctionEntryImpl(CalciteSchema schema, String name, Function function) Creates a FunctionEntryImpl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether 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:
getFunctionin classCalciteSchema.FunctionEntry
-
isMaterialization
public boolean isMaterialization()Description copied from class:CalciteSchema.FunctionEntryWhether this represents a materialized view. (At a given point in time, it may or may not be materialized as a table.)- Specified by:
isMaterializationin classCalciteSchema.FunctionEntry
-