MCPcopy Create free account
hub / github.com/apache/arrow / ValueType

Class ValueType

cpp/src/arrow/scalar.h:866–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864struct 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

Callers 2

TestBasicsMethod · 0.85
TestCastMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestBasicsMethod · 0.68
TestCastMethod · 0.68