public class HttpAPIConnectionSchema extends AbstractSchema
name, SCHEMA_SEPARATOR, schemaPath| Constructor and Description |
|---|
HttpAPIConnectionSchema(HttpSchemaFactory.HttpSchema parent,
String name,
HttpStoragePlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.schema.Table |
getTable(String tableName)
Gets the table that is received from the query.
|
Set<String> |
getTableNames() |
String |
getTypeName()
Returns string describing schema type which shows where the schema came from.
|
appendToStatsTable, applyFunctionParameters, areTableNamesCaseSensitive, close, createNewTable, createNewTable, createStatsTable, createView, dropTable, dropView, getDefaultSchema, getExpression, getFullSchemaName, getFunctionNames, getFunctionParameters, getFunctions, getName, getSchemaPath, getStatsTable, getSubPartitions, getSubSchema, getSubSchemaNames, getTableNamesAndTypes, getTablesByNames, getType, getTypeMap, getTypeNames, isMutable, showInInformationSchema, snapshot, toStringpublic HttpAPIConnectionSchema(HttpSchemaFactory.HttpSchema parent, String name, HttpStoragePlugin plugin)
public String getTypeName()
AbstractSchemagetTypeName in class AbstractSchemapublic org.apache.calcite.schema.Table getTable(String tableName)
getTable in interface org.apache.calcite.schema.SchemagetTable in class AbstractSchematableName - The "tableName" actually will contain the URL arguments passed to
the record readerpublic Set<String> getTableNames()
getTableNames in interface org.apache.calcite.schema.SchemagetTableNames in class AbstractSchemaCopyright © 2021 The Apache Software Foundation. All rights reserved.