public static class FetchRowInputSymbolVisitor.Context
extends java.lang.Object
Constructor and Description |
---|
FetchRowInputSymbolVisitor.Context(java.util.Map<TableIdent,FetchSource> fetchSources) |
Modifier and Type | Method and Description |
---|---|
Input<?> |
allocateInput(FetchReference fetchReference) |
Input<?> |
allocateInput(int index) |
Input<?> |
allocatePartitionedInput(FetchReference fetchReference) |
int[] |
docIdPositions() |
FetchProjector.ArrayBackedRow[] |
fetchRows() |
FetchProjector.ArrayBackedRow |
inputRow() |
FetchProjector.ArrayBackedRow[] |
partitionRows() |
public FetchRowInputSymbolVisitor.Context(java.util.Map<TableIdent,FetchSource> fetchSources)
public int[] docIdPositions()
public FetchProjector.ArrayBackedRow[] fetchRows()
public FetchProjector.ArrayBackedRow[] partitionRows()
public FetchProjector.ArrayBackedRow inputRow()
public Input<?> allocateInput(int index)
public Input<?> allocatePartitionedInput(FetchReference fetchReference)
public Input<?> allocateInput(FetchReference fetchReference)