-
Notifications
You must be signed in to change notification settings - Fork 461
Expand file tree
/
Copy pathArrow.php
More file actions
24 lines (18 loc) · 1.74 KB
/
Arrow.php
File metadata and controls
24 lines (18 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/bigquery/storage/v1/arrow.proto
namespace GPBMetadata\Google\Cloud\Bigquery\Storage\V1;
class Arrow
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile(
"\x0A\xFA\x06\x0A,google/cloud/bigquery/storage/v1/arrow.proto\x12 google.cloud.bigquery.storage.v1\"(\x0A\x0BArrowSchema\x12\x19\x0A\x11serialized_schema\x18\x01 \x01(\x0C\"J\x0A\x10ArrowRecordBatch\x12\x1F\x0A\x17serialized_record_batch\x18\x01 \x01(\x0C\x12\x15\x0A\x09row_count\x18\x02 \x01(\x03B\x02\x18\x01\"\xEC\x03\x0A\x19ArrowSerializationOptions\x12h\x0A\x12buffer_compression\x18\x02 \x01(\x0E2L.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec\x12v\x0A\x19picos_timestamp_precision\x18\x03 \x01(\x0E2S.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision\"H\x0A\x10CompressionCodec\x12\x1B\x0A\x17COMPRESSION_UNSPECIFIED\x10\x00\x12\x0D\x0A\x09LZ4_FRAME\x10\x01\x12\x08\x0A\x04ZSTD\x10\x02\"\xA2\x01\x0A\x17PicosTimestampPrecision\x12)\x0A%PICOS_TIMESTAMP_PRECISION_UNSPECIFIED\x10\x00\x12\x1E\x0A\x1ATIMESTAMP_PRECISION_MICROS\x10\x01\x12\x1D\x0A\x19TIMESTAMP_PRECISION_NANOS\x10\x02\x12\x1D\x0A\x19TIMESTAMP_PRECISION_PICOS\x10\x03B\xBA\x01\x0A\$com.google.cloud.bigquery.storage.v1B\x0AArrowProtoP\x01Z>cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb\xAA\x02 Google.Cloud.BigQuery.Storage.V1\xCA\x02 Google\\Cloud\\BigQuery\\Storage\\V1b\x06proto3"
, true);
static::$is_initialized = true;
}
}