| Modifier and Type | Class and Description |
|---|---|
static class |
UnloadedIndexKeyRecordSet.UnloadedIndexKeyRecordCursor |
| Constructor and Description |
|---|
UnloadedIndexKeyRecordSet(Session session,
IndexSnapshot existingSnapshot,
Set<Integer> channelsForDistinct,
List<Type> types,
List<io.prestosql.operator.index.UpdateRequest> requests,
JoinCompiler joinCompiler) |
| Modifier and Type | Method and Description |
|---|---|
UnloadedIndexKeyRecordSet.UnloadedIndexKeyRecordCursor |
cursor() |
List<Type> |
getColumnTypes() |
public UnloadedIndexKeyRecordSet(Session session, IndexSnapshot existingSnapshot, Set<Integer> channelsForDistinct, List<Type> types, List<io.prestosql.operator.index.UpdateRequest> requests, JoinCompiler joinCompiler)
public List<Type> getColumnTypes()
getColumnTypes in interface RecordSetpublic UnloadedIndexKeyRecordSet.UnloadedIndexKeyRecordCursor cursor()
Copyright © 2012–2019. All rights reserved.