Present only if the field is dictionary encoded.
| 2148 | } |
| 2149 | /// Present only if the field is dictionary encoded. |
| 2150 | const org::apache::arrow::flatbuf::DictionaryEncoding *dictionary() const { |
| 2151 | return GetPointer<const org::apache::arrow::flatbuf::DictionaryEncoding *>(VT_DICTIONARY); |
| 2152 | } |
| 2153 | /// children apply only to nested data types like Struct, List and Union. For |
| 2154 | /// primitive types children will have length 0. |
| 2155 | const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>> *children() const { |