Package io.trino.testing.tpch
Class TpchIndexProvider
java.lang.Object
io.trino.testing.tpch.TpchIndexProvider
- All Implemented Interfaces:
ConnectorIndexProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndex(ConnectorTransactionHandle transaction, ConnectorSession session, ConnectorIndexHandle indexHandle, List<ColumnHandle> lookupSchema, List<ColumnHandle> outputSchema)
-
Constructor Details
-
TpchIndexProvider
-
-
Method Details
-
getIndex
public ConnectorIndex getIndex(ConnectorTransactionHandle transaction, ConnectorSession session, ConnectorIndexHandle indexHandle, List<ColumnHandle> lookupSchema, List<ColumnHandle> outputSchema) - Specified by:
getIndexin interfaceConnectorIndexProvider
-