Uses of Class
net.snowflake.ingest.utils.Constants.BdecParquetCompression
-
Packages that use Constants.BdecParquetCompression Package Description net.snowflake.ingest.streaming.internal net.snowflake.ingest.utils org.apache.parquet.hadoop -
-
Uses of Constants.BdecParquetCompression in net.snowflake.ingest.streaming.internal
Methods in net.snowflake.ingest.streaming.internal that return Constants.BdecParquetCompression Modifier and Type Method Description Constants.BdecParquetCompression
ClientBufferParameters. getBdecParquetCompression()
Methods in net.snowflake.ingest.streaming.internal with parameters of type Constants.BdecParquetCompression Modifier and Type Method Description static ClientBufferParameters
ClientBufferParameters. test_createClientBufferParameters(long maxChunkSizeInBytes, long maxAllowedRowSizeInBytes, Constants.BdecParquetCompression bdecParquetCompression, boolean enableNewJsonParsingLogic, Optional<Integer> maxRowGroups, boolean enableIcebergStreaming, boolean enableDistinctValuesCount, boolean enableValuesCount)
Constructors in net.snowflake.ingest.streaming.internal with parameters of type Constants.BdecParquetCompression Constructor Description ParquetFlusher(org.apache.parquet.schema.MessageType schema, long maxChunkSizeInBytes, Optional<Integer> maxRowGroups, Constants.BdecParquetCompression bdecParquetCompression, org.apache.parquet.column.ParquetProperties.WriterVersion parquetWriterVersion, boolean enableDictionaryEncoding, boolean enableIcebergStreaming)
Construct parquet flusher from its schema. -
Uses of Constants.BdecParquetCompression in net.snowflake.ingest.utils
Fields in net.snowflake.ingest.utils declared as Constants.BdecParquetCompression Modifier and Type Field Description static Constants.BdecParquetCompression
ParameterProvider. BDEC_PARQUET_COMPRESSION_ALGORITHM_DEFAULT
static Constants.BdecParquetCompression
ParameterProvider. ICEBERG_PARQUET_COMPRESSION_ALGORITHM_DEFAULT
Methods in net.snowflake.ingest.utils that return Constants.BdecParquetCompression Modifier and Type Method Description static Constants.BdecParquetCompression
Constants.BdecParquetCompression. fromName(String name)
Constants.BdecParquetCompression
ParameterProvider. getBdecParquetCompressionAlgorithm()
static Constants.BdecParquetCompression
Constants.BdecParquetCompression. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.BdecParquetCompression[]
Constants.BdecParquetCompression. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.BdecParquetCompression in org.apache.parquet.hadoop
Constructors in org.apache.parquet.hadoop with parameters of type Constants.BdecParquetCompression Constructor Description SnowflakeParquetWriter(ByteArrayOutputStream stream, org.apache.parquet.schema.MessageType schema, Map<String,String> extraMetaData, String channelName, long maxChunkSizeInBytes, Optional<Integer> maxRowGroups, Constants.BdecParquetCompression bdecParquetCompression, org.apache.parquet.column.ParquetProperties.WriterVersion writerVersion, boolean enableDictionaryEncoding)
Creates a Snowflake specific parquet writer.
-