<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdBuffer,
double[] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdsBuffer,
double[][] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdBuffer,
float[] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdsBuffer,
float[][] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdBuffer,
int[] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdsBuffer,
int[][] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdBuffer,
long[] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdsBuffer,
long[][] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdBuffer,
String[] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdsBuffer,
String[][] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|
<T extends ForwardIndexReaderContext> void |
TransformEvaluator.evaluateBlock(int[] docIds,
int length,
ForwardIndexReader<T> reader,
T context,
Dictionary dictionary,
int[] dictIdBuffer,
BigDecimal[] valueBuffer) |
Evaluate the JSON path and fill the value buffer
|