T - type of column data (Arrow VectorSchemaRoot or ParquetChunkData)public interface Flusher<T>
ChannelData buffered in RowBuffer to the underlying format
implementation for faster processing.| Modifier and Type | Interface and Description |
|---|---|
static class |
Flusher.SerializationResult
Holds result of the buffered rows conversion: channel metadata and stats.
|
| Modifier and Type | Method and Description |
|---|---|
Flusher.SerializationResult |
serialize(List<net.snowflake.ingest.streaming.internal.ChannelData<T>> channelsDataPerTable,
String filePath)
Serialize buffered rows into the underlying format.
|
Flusher.SerializationResult serialize(List<net.snowflake.ingest.streaming.internal.ChannelData<T>> channelsDataPerTable, String filePath) throws IOException
channelsDataPerTable - buffered rowsfilePath - file pathFlusher.SerializationResultIOExceptionCopyright © 2023. All rights reserved.