Uses of Class
io.trino.plugin.thrift.ThriftIndexHandle
Packages that use ThriftIndexHandle
-
Uses of ThriftIndexHandle in io.trino.plugin.thrift
Constructors in io.trino.plugin.thrift with parameters of type ThriftIndexHandleModifierConstructorDescriptionThriftConnectorIndex(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)