Uses of Class
com.exasol.adapter.metadata.TableMetadata
-
Packages that use TableMetadata Package Description com.exasol.adapter.metadata com.exasol.adapter.request com.exasol.adapter.request.parser com.exasol.adapter.sql -
-
Uses of TableMetadata in com.exasol.adapter.metadata
Methods in com.exasol.adapter.metadata that return types with arguments of type TableMetadata Modifier and Type Method Description List<TableMetadata>SchemaMetadata. getTables()Gets tables.Constructor parameters in com.exasol.adapter.metadata with type arguments of type TableMetadata Constructor Description SchemaMetadata(String adapterNotes, List<TableMetadata> tables)Instantiates a new Schema metadata. -
Uses of TableMetadata in com.exasol.adapter.request
Methods in com.exasol.adapter.request that return types with arguments of type TableMetadata Modifier and Type Method Description List<TableMetadata>PushDownRequest. getInvolvedTablesMetadata()Get the metadata for the tables involved in the pushdown operationConstructor parameters in com.exasol.adapter.request with type arguments of type TableMetadata Constructor Description PushDownRequest(SchemaMetadataInfo schemaMetadataInfo, SqlStatement select, List<TableMetadata> involvedTablesMetadata)Create a new request of typePushDownRequest -
Uses of TableMetadata in com.exasol.adapter.request.parser
Methods in com.exasol.adapter.request.parser that return types with arguments of type TableMetadata Modifier and Type Method Description List<TableMetadata>TablesMetadataParser. parse(jakarta.json.JsonArray tablesAsJson)Parse a list of tables in JsonArray format to a list ofTableMetadataMethod parameters in com.exasol.adapter.request.parser with type arguments of type TableMetadata Modifier and Type Method Description static PushdownSqlParserPushdownSqlParser. createWithTablesMetadata(List<TableMetadata> involvedTableMetadata)Create an instance of aPushdownSqlParser -
Uses of TableMetadata in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return TableMetadata Modifier and Type Method Description TableMetadataSqlTable. getMetadata()Gets metadata.Constructors in com.exasol.adapter.sql with parameters of type TableMetadata Constructor Description SqlTable(String name, TableMetadata metadata)Instantiates a new Sql table.SqlTable(String name, String alias, TableMetadata metadata)Instantiates a new Sql table.
-