public interface HiveValueWriter
HiveValueWriterFactory constructs top level writers for columns, which then mapped to Hive
table column and used for writing each column's row value into vectors.
| Modifier and Type | Method and Description |
|---|---|
void |
write(Object value)
Accepts row top or embedded value of concrete column and writes it into
appropriate value vector.
|
void write(Object value)
value - top or embedded row value of Hive columnCopyright © 2021 The Apache Software Foundation. All rights reserved.