public interface VarLenBulkInput<T extends VarLenBulkEntry> extends Iterator<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
VarLenBulkInput.BulkInputCallback<T extends VarLenBulkEntry>
Enables caller (such as wrapper vector objects) to include more processing logic as the data is being
streamed.
|
Modifier and Type | Method and Description |
---|---|
void |
done()
Indicates we're done processing (processor might stop processing when memory buffers
are depleted); this allows caller to re-submit any unprocessed data.
|
int |
getStartIndex() |
forEachRemaining, hasNext, next, remove
Copyright © 1970 The Apache Software Foundation. All rights reserved.