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 SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPrimitiveWriter(org.apache.parquet.column.ColumnDescriptor desc) 
- 
Method SummaryModifier and TypeMethodDescriptionList<TripleWriter<?>> columns()voidsetColumnStore(org.apache.parquet.column.ColumnWriteStore columnStore) voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.parquet.ParquetValueWritermetrics
- 
Field Details- 
column
 
- 
- 
Constructor Details- 
PrimitiveWriterprotected PrimitiveWriter(org.apache.parquet.column.ColumnDescriptor desc) 
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- ParquetValueWriter<T>
 
- 
columns- Specified by:
- columnsin interface- ParquetValueWriter<T>
 
- 
setColumnStorepublic void setColumnStore(org.apache.parquet.column.ColumnWriteStore columnStore) - Specified by:
- setColumnStorein interface- ParquetValueWriter<T>
 
 
-