Package io.trino.plugin.thrift
Class ThriftConnectorIndex
- java.lang.Object
-
- io.trino.plugin.thrift.ThriftConnectorIndex
-
- All Implemented Interfaces:
ConnectorIndex
public class ThriftConnectorIndex extends Object implements ConnectorIndex
-
-
Constructor Summary
Constructors Constructor Description ThriftConnectorIndex(io.airlift.drift.client.DriftClient<TrinoThriftService> client, Map<String,String> thriftHeaders, ThriftConnectorStats stats, ThriftIndexHandle indexHandle, List<ColumnHandle> lookupColumns, List<ColumnHandle> outputColumns, long maxBytesPerResponse, int lookupRequestsConcurrency)
-
-
-
Constructor Detail
-
ThriftConnectorIndex
public ThriftConnectorIndex(io.airlift.drift.client.DriftClient<TrinoThriftService> client, Map<String,String> thriftHeaders, ThriftConnectorStats stats, ThriftIndexHandle indexHandle, List<ColumnHandle> lookupColumns, List<ColumnHandle> outputColumns, long maxBytesPerResponse, int lookupRequestsConcurrency)
-
-
Method Detail
-
lookup
public ConnectorPageSource lookup(RecordSet recordSet)
- Specified by:
lookupin interfaceConnectorIndex
-
-