public static interface WriterEvents.ColumnWriterListener
Modifier and Type | Method and Description |
---|---|
boolean |
canExpand(ScalarWriter writer,
int delta)
A writer wants to expand its vector.
|
void |
overflowed(ScalarWriter writer)
Alert the listener that a vector has overflowed.
|
void overflowed(ScalarWriter writer)
writer
- the writer that triggered the overflowboolean canExpand(ScalarWriter writer, int delta)
writer
- the writer that wishes to grow its vectordelta
- the amount by which the vector is to growoverflowed()
Copyright © 1970 The Apache Software Foundation. All rights reserved.