Class InfoSchemaTable.Columns
java.lang.Object
org.apache.drill.exec.store.ischema.InfoSchemaTable<Records.Column>
org.apache.drill.exec.store.ischema.InfoSchemaTable.Columns
- Enclosing class:
- InfoSchemaTable<S>
Layout for the COLUMNS table.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.store.ischema.InfoSchemaTable
InfoSchemaTable.Catalogs, InfoSchemaTable.Columns, InfoSchemaTable.Field, InfoSchemaTable.Files, InfoSchemaTable.Partitions, InfoSchemaTable.Schemata, InfoSchemaTable.Tables, InfoSchemaTable.Views
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.drill.exec.store.ischema.InfoSchemaTable
getRowType
-
Constructor Details
-
Columns
public Columns()
-
-
Method Details
-
getRecordGenerator
public InfoSchemaRecordGenerator<Records.Column> getRecordGenerator(FilterEvaluator filterEvaluator) - Specified by:
getRecordGenerator
in classInfoSchemaTable<Records.Column>
-