Package org.apache.iceberg.parquet
Class ParquetValueWriters.StructWriter<S>
java.lang.Object
org.apache.iceberg.parquet.ParquetValueWriters.StructWriter<S>
- All Implemented Interfaces:
ParquetValueWriter<S>
- Direct Known Subclasses:
ParquetValueWriters.PositionDeleteStructWriter
- Enclosing class:
ParquetValueWriters
public abstract static class ParquetValueWriters.StructWriter<S>
extends Object
implements ParquetValueWriter<S>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<TripleWriter<?>> columns()
protected abstract Object
Stream
<FieldMetrics<?>> metrics()
Returns a stream ofFieldMetrics
that this ParquetValueWriter keeps track of.void
setColumnStore
(org.apache.parquet.column.ColumnWriteStore columnStore) void
-
Constructor Details
-
StructWriter
-
-
Method Details
-
write
- Specified by:
write
in interfaceParquetValueWriter<S>
-
columns
- Specified by:
columns
in interfaceParquetValueWriter<S>
-
setColumnStore
public void setColumnStore(org.apache.parquet.column.ColumnWriteStore columnStore) - Specified by:
setColumnStore
in interfaceParquetValueWriter<S>
-
get
-
metrics
Description copied from interface:ParquetValueWriter
Returns a stream ofFieldMetrics
that this ParquetValueWriter keeps track of.- Specified by:
metrics
in interfaceParquetValueWriter<S>
-