Package org.apache.calcite.jdbc
Class CalciteSchema.TypeEntryImpl
java.lang.Object
org.apache.calcite.jdbc.CalciteSchema.Entry
org.apache.calcite.jdbc.CalciteSchema.TypeEntry
org.apache.calcite.jdbc.CalciteSchema.TypeEntryImpl
- Enclosing class:
CalciteSchema
Implementation of
CalciteSchema.TypeEntry
where all properties are held in fields.-
Field Summary
Fields inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
name, schema
-
Constructor Summary
ConstructorDescriptionTypeEntryImpl
(CalciteSchema schema, String name, RelProtoDataType protoDataType) Creates a TypeEntryImpl. -
Method Summary
Methods inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
path
-
Constructor Details
-
TypeEntryImpl
Creates a TypeEntryImpl.
-
-
Method Details
-
getType
- Specified by:
getType
in classCalciteSchema.TypeEntry
-