| Modifier and Type | Method and Description |
|---|---|
ArrowRecordBatch |
ArrowRecordBatch.Builder.build() |
ArrowRecordBatch |
ArrowRecordBatch.Builder.buildPartial() |
ArrowRecordBatch |
ReadRowsResponse.getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
|
ArrowRecordBatch |
ReadRowsResponse.Builder.getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
|
ArrowRecordBatch |
ReadRowsResponseOrBuilder.getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
|
static ArrowRecordBatch |
ArrowRecordBatch.getDefaultInstance() |
ArrowRecordBatch |
ArrowRecordBatch.getDefaultInstanceForType() |
ArrowRecordBatch |
ArrowRecordBatch.Builder.getDefaultInstanceForType() |
static ArrowRecordBatch |
ArrowRecordBatch.parseDelimitedFrom(InputStream input) |
static ArrowRecordBatch |
ArrowRecordBatch.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(byte[] data) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(ByteBuffer data) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(com.google.protobuf.ByteString data) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(com.google.protobuf.CodedInputStream input) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(InputStream input) |
static ArrowRecordBatch |
ArrowRecordBatch.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ArrowRecordBatch> |
ArrowRecordBatch.getParserForType() |
static com.google.protobuf.Parser<ArrowRecordBatch> |
ArrowRecordBatch.parser() |
| Modifier and Type | Method and Description |
|---|---|
ReadRowsResponse.Builder |
ReadRowsResponse.Builder.mergeArrowRecordBatch(ArrowRecordBatch value)
Serialized row data in Arrow RecordBatch format.
|
ArrowRecordBatch.Builder |
ArrowRecordBatch.Builder.mergeFrom(ArrowRecordBatch other) |
static ArrowRecordBatch.Builder |
ArrowRecordBatch.newBuilder(ArrowRecordBatch prototype) |
ReadRowsResponse.Builder |
ReadRowsResponse.Builder.setArrowRecordBatch(ArrowRecordBatch value)
Serialized row data in Arrow RecordBatch format.
|
Copyright © 2023 Google LLC. All rights reserved.