| Package | Description |
|---|---|
| org.apache.paimon.format | |
| org.apache.paimon.format.orc | |
| org.apache.paimon.format.orc.writer | |
| org.apache.paimon.format.parquet | |
| org.apache.paimon.format.parquet.writer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BundleFormatWriter
Format write with bundle interface.
|
| Modifier and Type | Method and Description |
|---|---|
FormatWriter |
FormatWriterFactory.create(PositionOutputStream out,
String compression)
Creates a writer that writes to the given stream.
|
| Modifier and Type | Method and Description |
|---|---|
FormatWriter |
OrcWriterFactory.create(PositionOutputStream out,
String compression) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcBulkWriter
A
FormatWriter implementation that writes data in ORC format. |
| Modifier and Type | Method and Description |
|---|---|
FormatWriter |
ParquetWriterFactory.create(PositionOutputStream stream,
String compression) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetBulkWriter
A simple
FormatWriter implementation that wraps a ParquetWriter. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.