Uses of Interface
org.apache.druid.sql.calcite.schema.NamedSchema
Packages that use NamedSchema
-
Uses of NamedSchema in org.apache.druid.sql.calcite.schema
Classes in org.apache.druid.sql.calcite.schema that implement NamedSchemaModifier and TypeClassDescriptionclassThe schema for Druid tables to be accessible via SQL.classThe schema for Druid lookup tables to be accessible via SQL.classThe schema for Druid system tables to be accessible via SQL.classMethods in org.apache.druid.sql.calcite.schema that return NamedSchemaModifier and TypeMethodDescriptionDruidSchemaCatalog.getNamedSchema(String schemaName) Get aNamedSchemabygetSchemaName()Methods in org.apache.druid.sql.calcite.schema that return types with arguments of type NamedSchemaModifier and TypeMethodDescriptionDruidSchemaCatalog.getNamedSchemas()Get allNamedSchemawhich belong to the Druid catalogConstructor parameters in org.apache.druid.sql.calcite.schema with type arguments of type NamedSchemaModifierConstructorDescriptionDruidSchemaCatalog(org.apache.calcite.schema.SchemaPlus rootSchema, Map<String, NamedSchema> schemas) -
Uses of NamedSchema in org.apache.druid.sql.guice
Method parameters in org.apache.druid.sql.guice with type arguments of type NamedSchemaModifier and TypeMethodDescriptionstatic voidSqlBindings.addSchema(com.google.inject.Binder binder, Class<? extends NamedSchema> clazz) Returns a multiBinder that can modules can use to bindNamedSchemato be used by the SqlModule