Flusher.SerializationResult| Constructor and Description |
|---|
ArrowFlusher() |
| Modifier and Type | Method and Description |
|---|---|
Flusher.SerializationResult |
serialize(List<net.snowflake.ingest.streaming.internal.ChannelData<org.apache.arrow.vector.VectorSchemaRoot>> channelsDataPerTable,
ByteArrayOutputStream chunkData,
String filePath)
Serialize buffered rows into the underlying format.
|
public Flusher.SerializationResult serialize(List<net.snowflake.ingest.streaming.internal.ChannelData<org.apache.arrow.vector.VectorSchemaRoot>> channelsDataPerTable, ByteArrayOutputStream chunkData, String filePath) throws IOException
Flusherserialize in interface Flusher<org.apache.arrow.vector.VectorSchemaRoot>channelsDataPerTable - buffered rowschunkData - outputfilePath - file pathFlusher.SerializationResultIOExceptionCopyright © 2022. All rights reserved.