Package org.apache.iceberg.parquet
Class ParquetValueWriters.RepeatedWriter<L,E> 
java.lang.Object
org.apache.iceberg.parquet.ParquetValueWriters.RepeatedWriter<L,E> 
- All Implemented Interfaces:
- ParquetValueWriter<L>
- Enclosing class:
- ParquetValueWriters
public abstract static class ParquetValueWriters.RepeatedWriter<L,E> 
extends Object
implements ParquetValueWriter<L>
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRepeatedWriter(int definitionLevel, int repetitionLevel, ParquetValueWriter<E> writer) 
- 
Method SummaryModifier and TypeMethodDescriptionList<TripleWriter<?>>columns()Stream<FieldMetrics<?>>metrics()Returns a stream ofFieldMetricsthat this ParquetValueWriter keeps track of.voidsetColumnStore(org.apache.parquet.column.ColumnWriteStore columnStore) void
- 
Constructor Details- 
RepeatedWriter
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- ParquetValueWriter<L>
 
- 
columns- Specified by:
- columnsin interface- ParquetValueWriter<L>
 
- 
setColumnStorepublic void setColumnStore(org.apache.parquet.column.ColumnWriteStore columnStore) - Specified by:
- setColumnStorein interface- ParquetValueWriter<L>
 
- 
elements
- 
metricsDescription copied from interface:ParquetValueWriterReturns a stream ofFieldMetricsthat this ParquetValueWriter keeps track of.- Specified by:
- metricsin interface- ParquetValueWriter<L>
 
 
-