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