This is the type of the decoded value if the field is dictionary encoded.
| 2065 | } |
| 2066 | /// This is the type of the decoded value if the field is dictionary encoded. |
| 2067 | const void *type() const { |
| 2068 | return GetPointer<const void *>(VT_TYPE); |
| 2069 | } |
| 2070 | template<typename T> const T *type_as() const; |
| 2071 | const org::apache::arrow::flatbuf::Null *type_as_Null() const { |
| 2072 | return type_type() == org::apache::arrow::flatbuf::Type_Null ? static_cast<const org::apache::arrow::flatbuf::Null *>(type()) : nullptr; |
no outgoing calls
no test coverage detected