public interface ArrowSerializationOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ArrowSerializationOptions.CompressionCodec |
getBufferCompression()
The compression codec to use for Arrow buffers in serialized record
batches.
|
int |
getBufferCompressionValue()
The compression codec to use for Arrow buffers in serialized record
batches.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getBufferCompressionValue()
The compression codec to use for Arrow buffers in serialized record batches.
.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec buffer_compression = 2;
ArrowSerializationOptions.CompressionCodec getBufferCompression()
The compression codec to use for Arrow buffers in serialized record batches.
.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec buffer_compression = 2;
Copyright © 2023 Google LLC. All rights reserved.