| 864 | struct ARROW_EXPORT DictionaryScalar : public internal::PrimitiveScalarBase { |
| 865 | using TypeClass = DictionaryType; |
| 866 | struct ValueType { |
| 867 | std::shared_ptr<Scalar> index; |
| 868 | std::shared_ptr<Array> dictionary; |
| 869 | } value; |
| 870 | |
| 871 | explicit DictionaryScalar(std::shared_ptr<DataType> type); |
| 872 |
no outgoing calls