public class TpchIndexMetadata extends io.prestosql.plugin.tpch.TpchMetadata
ROW_NUMBER_COLUMN_NAME, SCHEMA_NAMES, TINY_SCALE_FACTOR, TINY_SCHEMA_NAME| Constructor and Description |
|---|
TpchIndexMetadata(TpchIndexedData indexedData) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConnectorResolvedIndex> |
resolveIndex(ConnectorSession session,
ConnectorTableHandle tableHandle,
Set<ColumnHandle> indexableColumns,
Set<ColumnHandle> outputColumns,
TupleDomain<ColumnHandle> tupleDomain) |
applyFilter, beginStatisticsCollection, finishStatisticsCollection, getColumnHandles, getColumnMetadata, getPrestoType, getStatisticsCollectionMetadata, getTableHandle, getTableHandleForStatisticsCollection, getTableMetadata, getTableProperties, getTableStatistics, listSchemaNames, listTableColumns, listTables, schemaExists, schemaNameToScaleFactor, usesLegacyTableLayoutsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddColumn, applyDelete, applyLimit, applyProjection, applySample, beginCreateTable, beginDelete, beginInsert, beginInsert, beginQuery, cleanupQuery, createRole, createSchema, createTable, createView, dropColumn, dropRole, dropSchema, dropTable, dropView, executeDelete, finishCreateTable, finishDelete, finishInsert, getCommonPartitioningHandle, getInfo, getInfo, getInsertLayout, getNewTableLayout, getSchemaOwner, getSchemaProperties, getStatisticsCollectionMetadataForWrite, getSystemTable, getTableLayout, getTableLayouts, getUpdateRowIdColumnHandle, getView, getViews, grantRoles, grantTablePrivileges, listApplicableRoles, listEnabledRoles, listRoleGrants, listRoles, listTablePrivileges, listViews, makeCompatiblePartitioning, makeCompatiblePartitioning, metadataDelete, renameColumn, renameSchema, renameTable, renameView, revokeRoles, revokeTablePrivileges, setSchemaAuthorization, setTableComment, supportsMetadataDelete, supportsMissingColumnsOnInsert, validateScanpublic TpchIndexMetadata(TpchIndexedData indexedData)
public Optional<ConnectorResolvedIndex> resolveIndex(ConnectorSession session, ConnectorTableHandle tableHandle, Set<ColumnHandle> indexableColumns, Set<ColumnHandle> outputColumns, TupleDomain<ColumnHandle> tupleDomain)
Copyright © 2012–2020. All rights reserved.