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, getUser, isMutable, needToImpersonateReadingData, showInInformationSchema, snapshot, toString
public HttpAPIConnectionSchema(HttpSchemaFactory.HttpSchema parent, String name, HttpStoragePlugin plugin)
public String getTypeName()
AbstractSchema
getTypeName
in class AbstractSchema
public org.apache.calcite.schema.Table getTable(String tableName)
getTable
in interface org.apache.calcite.schema.Schema
getTable
in class AbstractSchema
tableName
- The "tableName" actually will contain the URL arguments passed to
the record readerpublic Set<String> getTableNames()
getTableNames
in interface org.apache.calcite.schema.Schema
getTableNames
in class AbstractSchema
Copyright © 1970 The Apache Software Foundation. All rights reserved.