Package io.prestosql.testing.tpch
Class TpchIndexProvider
- java.lang.Object
-
- io.prestosql.testing.tpch.TpchIndexProvider
-
- All Implemented Interfaces:
io.prestosql.spi.connector.ConnectorIndexProvider
public class TpchIndexProvider extends java.lang.Object implements io.prestosql.spi.connector.ConnectorIndexProvider
-
-
Constructor Summary
Constructors Constructor Description TpchIndexProvider(TpchIndexedData indexedData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.prestosql.spi.connector.ConnectorIndexgetIndex(io.prestosql.spi.connector.ConnectorTransactionHandle transaction, io.prestosql.spi.connector.ConnectorSession session, io.prestosql.spi.connector.ConnectorIndexHandle indexHandle, java.util.List<io.prestosql.spi.connector.ColumnHandle> lookupSchema, java.util.List<io.prestosql.spi.connector.ColumnHandle> outputSchema)
-
-
-
Constructor Detail
-
TpchIndexProvider
public TpchIndexProvider(TpchIndexedData indexedData)
-
-
Method Detail
-
getIndex
public io.prestosql.spi.connector.ConnectorIndex getIndex(io.prestosql.spi.connector.ConnectorTransactionHandle transaction, io.prestosql.spi.connector.ConnectorSession session, io.prestosql.spi.connector.ConnectorIndexHandle indexHandle, java.util.List<io.prestosql.spi.connector.ColumnHandle> lookupSchema, java.util.List<io.prestosql.spi.connector.ColumnHandle> outputSchema)- Specified by:
getIndexin interfaceio.prestosql.spi.connector.ConnectorIndexProvider
-
-