Uses of Package
org.apache.druid.sql.calcite.schema
Packages that use org.apache.druid.sql.calcite.schema
Package
Description
-
Classes in org.apache.druid.sql.calcite.schema used by org.apache.druid.sql.calcite.plannerClassDescriptionThe Druid 'catalog', containing information about all Druid schemas which are available.An annotation to get the name of the schema to access Druid tables in SQL.
-
Classes in org.apache.druid.sql.calcite.schema used by org.apache.druid.sql.calcite.schemaClassDescriptionCalcite provides two "schema" abstractions.Broker-side cache of segment metadata that combines segments to build datasources which become "tables" in Calcite.Broker-side configuration class for managing segment polling from the Coordinator and customizing properties related to the SegmentMetadata cache which is used to infer datasources for SQL.The Druid 'catalog', containing information about all Druid schemas which are available.This interface provides a map of datasource names to
DruidTableobjects, used by theDruidSchemaclass as the SQL planner's view of Druid datasource schemas.An annotation to get the name of the schema to access Druid tables in SQL.Creates the "lookup" schema in Druid SQL, composed of all availableLookupDataSource.Builds a view of used segment metadata currently present on the Coordinator in theSegmentsMetadataManagerobject, by polling the REST API/druid/coordinator/v1/metadata/segments.This interface provides everything that is needed to register aSchemaas a sub schema to the root schema of Druid SQL.BuildsDatasourceTable.PhysicalDatasourceMetadatafor a dataSource, including information about its schema, joinability, and broadcast status. -
Classes in org.apache.druid.sql.calcite.schema used by org.apache.druid.sql.calcite.viewClassDescriptionAn annotation to get the name of the schema to access Druid tables in SQL.
-
Classes in org.apache.druid.sql.calcite.schema used by org.apache.druid.sql.guiceClassDescriptionThis interface provides everything that is needed to register a
Schemaas a sub schema to the root schema of Druid SQL.