Package org.apache.iceberg.parquet
Class ParquetValueWriters.PrimitiveWriter<T>
java.lang.Object
org.apache.iceberg.parquet.ParquetValueWriters.PrimitiveWriter<T>
- All Implemented Interfaces:
ParquetValueWriter<T>
- Enclosing class:
- ParquetValueWriters
public abstract static class ParquetValueWriters.PrimitiveWriter<T>
extends Object
implements ParquetValueWriter<T>
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
PrimitiveWriter
(org.apache.parquet.column.ColumnDescriptor desc) -
Method Summary
Modifier and TypeMethodDescriptionList<TripleWriter<?>>
columns()
void
setColumnStore
(org.apache.parquet.column.ColumnWriteStore columnStore) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.parquet.ParquetValueWriter
metrics
-
Field Details
-
column
-
-
Constructor Details
-
PrimitiveWriter
protected PrimitiveWriter(org.apache.parquet.column.ColumnDescriptor desc)
-
-
Method Details
-
write
- Specified by:
write
in interfaceParquetValueWriter<T>
-
columns
- Specified by:
columns
in interfaceParquetValueWriter<T>
-
setColumnStore
public void setColumnStore(org.apache.parquet.column.ColumnWriteStore columnStore) - Specified by:
setColumnStore
in interfaceParquetValueWriter<T>
-