Uses of Enum
com.google.cloud.bigquery.ArrowSerializationOptions.CompressionCodec
Packages that use ArrowSerializationOptions.CompressionCodec
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of ArrowSerializationOptions.CompressionCodec in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ArrowSerializationOptions.CompressionCodecModifier and TypeMethodDescriptionArrowSerializationOptions.getBufferCompression()[Beta] Returns the buffer compression algorithm (e.g., LZ4_FRAME, ZSTD, UNCOMPRESSED).Returns the enum constant of this type with the specified name.ArrowSerializationOptions.CompressionCodec.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery with parameters of type ArrowSerializationOptions.CompressionCodecModifier and TypeMethodDescriptionArrowSerializationOptions.Builder.setBufferCompression(ArrowSerializationOptions.CompressionCodec bufferCompression) [Beta] Sets the buffer compression algorithm (e.g., LZ4_FRAME, ZSTD, UNCOMPRESSED).