| InfoSchemaBatchCreator |
|
| InfoSchemaConfig |
|
| InfoSchemaConstants |
|
| InfoSchemaDrillTable |
|
| InfoSchemaFilter |
|
| InfoSchemaFilter.ConstantExprNode |
|
| InfoSchemaFilter.ExprNode |
|
| InfoSchemaFilter.FieldExprNode |
|
| InfoSchemaFilter.FunctionExprNode |
|
| InfoSchemaFilterBuilder |
Builds a InfoSchemaFilter out of the Filter condition.
|
| InfoSchemaGroupScan |
|
| InfoSchemaPushFilterIntoRecordGenerator |
|
| InfoSchemaRecordGenerator<S> |
Generates records for POJO RecordReader by scanning the given schema.
|
| InfoSchemaRecordGenerator.Catalogs |
|
| InfoSchemaRecordGenerator.Columns |
|
| InfoSchemaRecordGenerator.Schemata |
|
| InfoSchemaRecordGenerator.Tables |
|
| InfoSchemaRecordGenerator.Views |
|
| InfoSchemaStoragePlugin |
|
| InfoSchemaSubScan |
|
| InfoSchemaTable<S> |
Base class for tables in INFORMATION_SCHEMA.
|
| InfoSchemaTable.Catalogs |
Layout for the CATALOGS table.
|
| InfoSchemaTable.Columns |
Layout for the COLUMNS table.
|
| InfoSchemaTable.Field |
|
| InfoSchemaTable.Schemata |
Layout for the SCHEMATA table.
|
| InfoSchemaTable.Tables |
Layout for the TABLES table.
|
| InfoSchemaTable.Views |
Layout for the VIEWS table.
|
| Records |
|
| Records.Catalog |
Pojo object for a record in INFORMATION_SCHEMA.CATALOGS
|
| Records.Column |
Pojo object for a record in INFORMATION_SCHEMA.COLUMNS
|
| Records.Schema |
Pojo object for a record in INFORMATION_SCHEMA.SCHEMATA
|
| Records.Table |
Pojo object for a record in INFORMATION_SCHEMA.TABLES
|
| Records.View |
Pojo object for a record in INFORMATION_SCHEMA.VIEWS
|