public static interface RecordBatchSizerManager.FieldOverflowState
Modifier and Type | Method and Description |
---|---|
boolean |
isOverflowDataFullyConsumed() |
void |
onNewBatchValuesConsumed(int numValues)
Overflow data can become an input source for the next batch(s); this method
allows the reader framework to inform individual readers on the number of
values that have been consumed from the current overflow data
|
void onNewBatchValuesConsumed(int numValues)
numValues
- the number of values consumed within the current batchboolean isOverflowDataFullyConsumed()
Copyright © 1970 The Apache Software Foundation. All rights reserved.