| Class | Description |
|---|---|
| ArrowProto | |
| ArrowProto.ArrowRecordBatch |
Arrow RecordBatch.
|
| ArrowProto.ArrowRecordBatch.Builder |
Arrow RecordBatch.
|
| ArrowProto.ArrowSchema |
Arrow schema.
|
| ArrowProto.ArrowSchema.Builder |
Arrow schema.
|
| AvroProto | |
| AvroProto.AvroRows |
Avro rows.
|
| AvroProto.AvroRows.Builder |
Avro rows.
|
| AvroProto.AvroSchema |
Avro schema.
|
| AvroProto.AvroSchema.Builder |
Avro schema.
|
| ReadOptions | |
| ReadOptions.TableReadOptions |
Options dictating how we read a table.
|
| ReadOptions.TableReadOptions.Builder |
Options dictating how we read a table.
|
| Storage | |
| Storage.BatchCreateReadSessionStreamsRequest |
Information needed to request additional streams for an established read
session.
|
| Storage.BatchCreateReadSessionStreamsRequest.Builder |
Information needed to request additional streams for an established read
session.
|
| Storage.BatchCreateReadSessionStreamsResponse |
The response from `BatchCreateReadSessionStreams` returns the stream
identifiers for the newly created streams.
|
| Storage.BatchCreateReadSessionStreamsResponse.Builder |
The response from `BatchCreateReadSessionStreams` returns the stream
identifiers for the newly created streams.
|
| Storage.CreateReadSessionRequest |
Creates a new read session, which may include additional options such as
requested parallelism, projection filters and constraints.
|
| Storage.CreateReadSessionRequest.Builder |
Creates a new read session, which may include additional options such as
requested parallelism, projection filters and constraints.
|
| Storage.FinalizeStreamRequest |
Request information for invoking `FinalizeStream`.
|
| Storage.FinalizeStreamRequest.Builder |
Request information for invoking `FinalizeStream`.
|
| Storage.ReadRowsRequest |
Requesting row data via `ReadRows` must provide Stream position information.
|
| Storage.ReadRowsRequest.Builder |
Requesting row data via `ReadRows` must provide Stream position information.
|
| Storage.ReadRowsResponse |
Response from calling `ReadRows` may include row data, progress and
throttling information.
|
| Storage.ReadRowsResponse.Builder |
Response from calling `ReadRows` may include row data, progress and
throttling information.
|
| Storage.ReadSession |
Information returned from a `CreateReadSession` request.
|
| Storage.ReadSession.Builder |
Information returned from a `CreateReadSession` request.
|
| Storage.SplitReadStreamRequest |
Request information for `SplitReadStream`.
|
| Storage.SplitReadStreamRequest.Builder |
Request information for `SplitReadStream`.
|
| Storage.SplitReadStreamResponse |
Response from `SplitReadStream`.
|
| Storage.SplitReadStreamResponse.Builder |
Response from `SplitReadStream`.
|
| Storage.Stream |
Information about a single data stream within a read session.
|
| Storage.Stream.Builder |
Information about a single data stream within a read session.
|
| Storage.StreamPosition |
Expresses a point within a given stream using an offset position.
|
| Storage.StreamPosition.Builder |
Expresses a point within a given stream using an offset position.
|
| Storage.StreamStatus |
Progress information for a given Stream.
|
| Storage.StreamStatus.Builder |
Progress information for a given Stream.
|
| Storage.ThrottleStatus |
Information on if the current connection is being throttled.
|
| Storage.ThrottleStatus.Builder |
Information on if the current connection is being throttled.
|
| TableReferenceProto | |
| TableReferenceProto.TableModifiers |
All fields in this message optional.
|
| TableReferenceProto.TableModifiers.Builder |
All fields in this message optional.
|
| TableReferenceProto.TableReference |
Table reference that includes just the 3 strings needed to identify a table.
|
| TableReferenceProto.TableReference.Builder |
Table reference that includes just the 3 strings needed to identify a table.
|
| Enum | Description |
|---|---|
| Storage.DataFormat |
Data format for input or output data.
|
| Storage.ReadRowsResponse.RowsCase | |
| Storage.ReadSession.SchemaCase | |
| Storage.ShardingStrategy |
Strategy for distributing data among multiple streams in a read session.
|
Copyright © 2019 Google LLC. All rights reserved.