| 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.
|
| MemoryInfoProviderFromRuntime |
Reads memory information from JVM runtime
|
| 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.
|