ArrowRecordBatch

com.google.cloud.bigquery.storage.v1.storage.ReadRowsResponse.Rows.ArrowRecordBatch
final case class ArrowRecordBatch(value: ArrowRecordBatch) extends Rows

Attributes

Source
ReadRowsResponse.scala
Graph
Supertypes
trait Rows
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Value members

Concrete methods

override def arrowRecordBatch: Option[ArrowRecordBatch]

Attributes

Definition Classes
Source
ReadRowsResponse.scala
override def isArrowRecordBatch: Boolean

Attributes

Definition Classes
Source
ReadRowsResponse.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadRowsResponse.scala

Inherited methods

def avroRows: Option[AvroRows]

Attributes

Inherited from:
Rows
Source
ReadRowsResponse.scala
def isAvroRows: Boolean

Attributes

Inherited from:
Rows
Source
ReadRowsResponse.scala
def isDefined: Boolean

Attributes

Inherited from:
Rows
Source
ReadRowsResponse.scala
def isEmpty: Boolean

Attributes

Inherited from:
Rows
Source
ReadRowsResponse.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala