| Interface | Description |
|---|---|
| Flusher<T> |
Interface to convert
ChannelData buffered in RowBuffer to the underlying format
implementation for faster processing. |
| Class | Description |
|---|---|
| ArrowFlusher |
Converts
ChannelData buffered in RowBuffer to the Arrow format for faster
processing. |
| BinaryStringUtils | |
| Flusher.SerializationResult |
Holds result of the buffered rows conversion: channel metadata and stats.
|
| ParquetChunkData |
Parquet data holder to buffer rows.
|
| ParquetFlusher |
Converts
ChannelData buffered in RowBuffer to the Parquet format for faster
processing. |
| ParquetRowBuffer |
The buffer in the Streaming Ingest channel that holds the un-flushed rows, these rows will be
converted to Parquet format for faster processing
|
| ParquetTypeGenerator |
Generates the Parquet types for the Snowflake's column types
|
| SnowflakeStreamingIngestClientInternal<T> |
The first version of implementation for SnowflakeStreamingIngestClient.
|
| StreamingIngestUtils | |
| TimestampWrapper |
This class represents the outcome of timestamp parsing and validation.
|
Copyright © 2023. All rights reserved.