Uses of Interface
org.apache.drill.exec.store.ischema.RecordCollector
Packages that use RecordCollector
-
Uses of RecordCollector in org.apache.drill.exec.store.ischema
Classes in org.apache.drill.exec.store.ischema that implement RecordCollectorModifier and TypeClassDescriptionstatic classProvides information_schema data based on information stored inAbstractSchema.static classProvides information_schema data based on information stored in Drill Metastore.Methods in org.apache.drill.exec.store.ischema with parameters of type RecordCollectorModifier and TypeMethodDescriptionprotected List<Records.Catalog> InfoSchemaRecordGenerator.Catalogs.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) InfoSchemaRecordGenerator.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) protected List<Records.Column> InfoSchemaRecordGenerator.Columns.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) protected List<Records.File> InfoSchemaRecordGenerator.Files.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) protected List<Records.Partition> InfoSchemaRecordGenerator.Partitions.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) protected List<Records.Schema> InfoSchemaRecordGenerator.Schemata.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) protected List<Records.Table> InfoSchemaRecordGenerator.Tables.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) protected List<Records.View> InfoSchemaRecordGenerator.Views.collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) voidInfoSchemaRecordGenerator.registerRecordCollector(RecordCollector recordCollector)