Class InfoSchemaRecordGenerator.Partitions
java.lang.Object
org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator<Records.Partition>
org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator.Partitions
- Enclosing class:
- InfoSchemaRecordGenerator<S>
public static class InfoSchemaRecordGenerator.Partitions
extends InfoSchemaRecordGenerator<Records.Partition>
-
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.Partition>
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
-
Partitions
-
-
Method Details
-
getRecordReader
- Specified by:
getRecordReader
in classInfoSchemaRecordGenerator<Records.Partition>
-
collect
protected List<Records.Partition> collect(RecordCollector recordCollector, String schemaPath, org.apache.calcite.schema.SchemaPlus schema) - Specified by:
collect
in classInfoSchemaRecordGenerator<Records.Partition>
-