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.BdecParquetCompressionClientBufferParameters. getBdecParquetCompression()Methods in net.snowflake.ingest.streaming.internal with parameters of type Constants.BdecParquetCompression Modifier and Type Method Description static ClientBufferParametersClientBufferParameters. test_createClientBufferParameters(long maxChunkSizeInBytes, long maxAllowedRowSizeInBytes, Constants.BdecParquetCompression bdecParquetCompression, boolean enableNewJsonParsingLogic, Optional<Integer> maxRowGroups, boolean isIcebergMode)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)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.BdecParquetCompressionParameterProvider. BDEC_PARQUET_COMPRESSION_ALGORITHM_DEFAULTMethods in net.snowflake.ingest.utils that return Constants.BdecParquetCompression Modifier and Type Method Description static Constants.BdecParquetCompressionConstants.BdecParquetCompression. fromName(String name)Constants.BdecParquetCompressionParameterProvider. getBdecParquetCompressionAlgorithm()static Constants.BdecParquetCompressionConstants.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 BdecParquetWriter(ByteArrayOutputStream stream, org.apache.parquet.schema.MessageType schema, Map<String,String> extraMetaData, String channelName, long maxChunkSizeInBytes, Optional<Integer> maxRowGroups, Constants.BdecParquetCompression bdecParquetCompression)Creates a BDEC specific parquet writer.
-