Package io.trino.plugin.thrift
Class ThriftConnectorIndex
java.lang.Object
io.trino.plugin.thrift.ThriftConnectorIndex
- All Implemented Interfaces:
ConnectorIndex
-
Constructor Summary
ConstructorsConstructorDescriptionThriftConnectorIndex(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 Summary
-
Constructor Details
-
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 Details
-
lookup
- Specified by:
lookupin interfaceConnectorIndex
-
toString
-