Uses of Interface
com.google.cloud.bigquery.storage.v1.ArrowSchemaOrBuilder
-
Packages that use ArrowSchemaOrBuilder Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ArrowSchemaOrBuilder in com.google.cloud.bigquery.storage.v1
Classes in com.google.cloud.bigquery.storage.v1 that implement ArrowSchemaOrBuilder Modifier and Type Class Description class
ArrowSchema
Arrow schema as specified in https://arrow.apache.org/docs/python/api/datatypes.html and serialized to bytes using IPC: https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc See code samples on how this message can be deserialized.static class
ArrowSchema.Builder
Arrow schema as specified in https://arrow.apache.org/docs/python/api/datatypes.html and serialized to bytes using IPC: https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc See code samples on how this message can be deserialized.Methods in com.google.cloud.bigquery.storage.v1 that return ArrowSchemaOrBuilder Modifier and Type Method Description ArrowSchemaOrBuilder
ReadRowsResponse.Builder. getArrowSchemaOrBuilder()
Output only.ArrowSchemaOrBuilder
ReadRowsResponse. getArrowSchemaOrBuilder()
Output only.ArrowSchemaOrBuilder
ReadRowsResponseOrBuilder. getArrowSchemaOrBuilder()
Output only.ArrowSchemaOrBuilder
ReadSession.Builder. getArrowSchemaOrBuilder()
Output only.ArrowSchemaOrBuilder
ReadSession. getArrowSchemaOrBuilder()
Output only.ArrowSchemaOrBuilder
ReadSessionOrBuilder. getArrowSchemaOrBuilder()
Output only.
-