Package org.apache.calcite.jdbc
Class CalciteSchema.FunctionEntry
java.lang.Object
org.apache.calcite.jdbc.CalciteSchema.Entry
org.apache.calcite.jdbc.CalciteSchema.FunctionEntry
- Direct Known Subclasses:
CalciteSchema.FunctionEntryImpl
- Enclosing class:
CalciteSchema
Membership of a function in a schema.
-
Field Summary
Fields inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
name, schema
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Function
abstract boolean
Whether this represents a materialized view.Methods inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
path
-
Constructor Details
-
FunctionEntry
-
-
Method Details
-
getFunction
-
isMaterialization
public abstract boolean isMaterialization()Whether this represents a materialized view. (At a given point in time, it may or may not be materialized as a table.)
-