Uses of Class
io.trino.spi.connector.ConnectorResolvedIndex
Packages that use ConnectorResolvedIndex
-
Uses of ConnectorResolvedIndex in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type ConnectorResolvedIndexModifier and TypeMethodDescriptiondefault Optional<ConnectorResolvedIndex> ConnectorMetadata.resolveIndex(ConnectorSession session, ConnectorTableHandle tableHandle, Set<ColumnHandle> indexableColumns, Set<ColumnHandle> outputColumns, TupleDomain<ColumnHandle> tupleDomain) Try to locate a table index that can lookup results by indexableColumns and provide the requested outputColumns.