Class InfoSchemaRecordGenerator.Columns
java.lang.Object
org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator<Records.Column>
org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator.Columns
- Enclosing class:
- InfoSchemaRecordGenerator<S>
public static class InfoSchemaRecordGenerator.Columns
extends InfoSchemaRecordGenerator<Records.Column>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator
InfoSchemaRecordGenerator.Catalogs, InfoSchemaRecordGenerator.Columns, InfoSchemaRecordGenerator.Files, InfoSchemaRecordGenerator.Partitions, InfoSchemaRecordGenerator.Schemata, InfoSchemaRecordGenerator.Tables, InfoSchemaRecordGenerator.Views
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator
records
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<Records.Column>
collect
(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) Methods inherited from class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator
registerRecordCollector, scanSchema, scanSchema, visit
-
Constructor Details
-
Columns
-
-
Method Details
-
getRecordReader
- Specified by:
getRecordReader
in classInfoSchemaRecordGenerator<Records.Column>
-
collect
protected List<Records.Column> collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) - Specified by:
collect
in classInfoSchemaRecordGenerator<Records.Column>
-