Nodes correspond to the pre-ordered flattened logical schema
| 293 | } |
| 294 | /// Nodes correspond to the pre-ordered flattened logical schema |
| 295 | const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::FieldNode *> *nodes() const { |
| 296 | return GetPointer<const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::FieldNode *> *>(VT_NODES); |
| 297 | } |
| 298 | /// Buffers correspond to the pre-ordered flattened buffer tree |
| 299 | /// |
| 300 | /// The number of buffers appended to this list depends on the schema. For |