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 Summary
ModifierConstructorDescriptionprotected
RepeatedWriter
(int definitionLevel, int repetitionLevel, ParquetValueWriter<E> writer) -
Method Summary
Modifier and TypeMethodDescriptionList<TripleWriter<?>>
columns()
Stream<FieldMetrics<?>>
metrics()
Returns a stream ofFieldMetrics
that this ParquetValueWriter keeps track of.void
setColumnStore
(org.apache.parquet.column.ColumnWriteStore columnStore) void
-
Constructor Details
-
RepeatedWriter
-
-
Method Details
-
write
- Specified by:
write
in interfaceParquetValueWriter<L>
-
columns
- Specified by:
columns
in interfaceParquetValueWriter<L>
-
setColumnStore
public void setColumnStore(org.apache.parquet.column.ColumnWriteStore columnStore) - Specified by:
setColumnStore
in interfaceParquetValueWriter<L>
-
elements
-
metrics
Description copied from interface:ParquetValueWriter
Returns a stream ofFieldMetrics
that this ParquetValueWriter keeps track of.- Specified by:
metrics
in interfaceParquetValueWriter<L>
-