| Constructor and Description |
|---|
AvroBinaryIterator(com.google.cloud.bigquery.Schema bqSchema,
List<String> columnsInOrder,
org.apache.avro.Schema schema,
com.google.cloud.bigquery.storage.v1.ReadRowsResponse response,
Optional<org.apache.spark.sql.types.StructType> userProvidedSchema,
Optional<BigQueryStorageReadRowsTracer> bigQueryStorageReadRowsTracer,
SchemaConvertersConfiguration schemaConvertersConfiguration,
com.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec responseCompressionCodec)
An iterator for scanning over rows serialized in Avro format
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
org.apache.spark.sql.catalyst.InternalRow |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic AvroBinaryIterator(com.google.cloud.bigquery.Schema bqSchema,
List<String> columnsInOrder,
org.apache.avro.Schema schema,
com.google.cloud.bigquery.storage.v1.ReadRowsResponse response,
Optional<org.apache.spark.sql.types.StructType> userProvidedSchema,
Optional<BigQueryStorageReadRowsTracer> bigQueryStorageReadRowsTracer,
SchemaConvertersConfiguration schemaConvertersConfiguration,
com.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec responseCompressionCodec)
bqSchema - Schema of underlying BigQuery sourcecolumnsInOrder - Sequence of columns in the schemaschema - Schema in avro formatrowsInBytes - Rows serialized in binary format for AvroCopyright © 2024. All rights reserved.