Class NamedLookupSchema
java.lang.Object
org.apache.druid.sql.calcite.schema.NamedLookupSchema
- All Implemented Interfaces:
NamedSchema
The schema for Druid lookup tables to be accessible via SQL.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.calcite.schema.SchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.sql.calcite.schema.NamedSchema
getSchemaResourceType
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
NamedLookupSchema
-
-
Method Details
-
getSchemaName
- Specified by:
getSchemaNamein interfaceNamedSchema- Returns:
- The name that this schema should be registered to.
-
getSchema
public org.apache.calcite.schema.Schema getSchema()- Specified by:
getSchemain interfaceNamedSchema- Returns:
- The Schema that Calcite should use.
-