| 422 | return GetField<int64_t>(VT_ID, 0); |
| 423 | } |
| 424 | const org::apache::arrow::flatbuf::RecordBatch *data() const { |
| 425 | return GetPointer<const org::apache::arrow::flatbuf::RecordBatch *>(VT_DATA); |
| 426 | } |
| 427 | /// If isDelta is true the values in the dictionary are to be appended to a |
| 428 | /// dictionary with the indicated id. If isDelta is false this dictionary |
| 429 | /// should replace the existing dictionary. |