Uses of Class
io.trino.plugin.thrift.ThriftIndexHandle
-
Packages that use ThriftIndexHandle Package Description io.trino.plugin.thrift -
-
Uses of ThriftIndexHandle in io.trino.plugin.thrift
Constructors in io.trino.plugin.thrift with parameters of type ThriftIndexHandle 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)ThriftIndexPageSource(io.airlift.drift.client.DriftClient<TrinoThriftService> client, Map<String,String> thriftHeaders, ThriftConnectorStats stats, ThriftIndexHandle indexHandle, List<ColumnHandle> lookupColumns, List<ColumnHandle> outputColumns, RecordSet keys, long maxBytesPerResponse, int lookupRequestsConcurrency)
-