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(boolean enableParquetInternalBuffering, long maxChunkSizeInBytes, long maxAllowedRowSizeInBytes, Constants.BdecParquetCompression bdecParquetCompression)
Constructors in net.snowflake.ingest.streaming.internal with parameters of type Constants.BdecParquetCompression Constructor Description ParquetFlusher(org.apache.parquet.schema.MessageType schema, boolean enableParquetInternalBuffering, long maxChunkSizeInBytes, Constants.BdecParquetCompression bdecParquetCompression)
Construct parquet flusher from its schema and set flag that indicates whether Parquet memory optimization is enabled, i.e. -
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
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 BdecParquetWriter(ByteArrayOutputStream stream, org.apache.parquet.schema.MessageType schema, Map<String,String> extraMetaData, String channelName, long maxChunkSizeInBytes, Constants.BdecParquetCompression bdecParquetCompression)
Creates a BDEC specific parquet writer.
-