public sealed class ArrowRecordBatch : IMessage<ArrowRecordBatch>, IEquatable<ArrowRecordBatch>, IDeepCloneable<ArrowRecordBatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ArrowRecordBatch.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `ArrowRecordBatch` class within the Google BigQuery Storage v1 API, specifically focusing on version 3.6.0."],["The `ArrowRecordBatch` class represents an IPC-serialized Arrow RecordBatch and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's inheritance, showing it inherits from `object`, and lists its implemented interfaces."],["It details the `ArrowRecordBatch` class constructors, including a default constructor and one that accepts another `ArrowRecordBatch` object as a parameter."],["The class has two properties, `RowCount` (which is marked as obsolete) and `SerializedRecordBatch`, the latter being the IPC serialized arrow record batch."]]],[]]