Package io.trino.operator.index
Class UnloadedIndexKeyRecordSet
java.lang.Object
io.trino.operator.index.UnloadedIndexKeyRecordSet
- All Implemented Interfaces:
RecordSet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionUnloadedIndexKeyRecordSet(Session session, IndexSnapshot existingSnapshot, Set<Integer> channelsForDistinct, List<Type> types, List<io.trino.operator.index.UpdateRequest> requests, JoinCompiler joinCompiler) -
Method Summary
-
Constructor Details
-
UnloadedIndexKeyRecordSet
public UnloadedIndexKeyRecordSet(Session session, IndexSnapshot existingSnapshot, Set<Integer> channelsForDistinct, List<Type> types, List<io.trino.operator.index.UpdateRequest> requests, JoinCompiler joinCompiler)
-
-
Method Details
-
getColumnTypes
- Specified by:
getColumnTypesin interfaceRecordSet
-
cursor
-