public static class InfoSchemaRecordGenerator.Views extends InfoSchemaRecordGenerator<Records.View>
InfoSchemaRecordGenerator.Catalogs, InfoSchemaRecordGenerator.Columns, InfoSchemaRecordGenerator.Schemata, InfoSchemaRecordGenerator.Tables, InfoSchemaRecordGenerator.Viewsfilter, optionManager| Constructor and Description |
|---|
InfoSchemaRecordGenerator.Views(OptionManager optionManager) |
| Modifier and Type | Method and Description |
|---|---|
PojoRecordReader<Records.View> |
getRecordReader() |
boolean |
visitTable(String schemaName,
String tableName,
org.apache.calcite.schema.Table table)
Visit the given table.
|
scanSchema, setInfoSchemaFilter, shouldVisitCatalog, shouldVisitColumn, shouldVisitSchema, shouldVisitTable, visitCatalog, visitField, visitSchema, visitTablespublic InfoSchemaRecordGenerator.Views(OptionManager optionManager)
public PojoRecordReader<Records.View> getRecordReader()
getRecordReader in class InfoSchemaRecordGenerator<Records.View>public boolean visitTable(String schemaName, String tableName, org.apache.calcite.schema.Table table)
InfoSchemaRecordGeneratorvisitTable in class InfoSchemaRecordGenerator<Records.View>schemaName - Name of the schema where the table is presenttableName - Name of the tabletable - Table objectCopyright © 2017 The Apache Software Foundation. All rights reserved.