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

Function ExtensionScalar

cpp/src/arrow/scalar.h:899–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897 using ValueType = std::shared_ptr<Scalar>;
898
899 ExtensionScalar(std::shared_ptr<Scalar> storage, std::shared_ptr<DataType> type,
900 bool is_valid = true)
901 : Scalar(std::move(type), is_valid), value(std::move(storage)) {}
902
903 template <typename Storage,
904 typename = enable_if_t<std::is_base_of<Scalar, Storage>::value>>

Callers 4

MakeUuidScalarMethod · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.50
FromProtoFunction · 0.50

Calls

no outgoing calls

Tested by 3

MakeUuidScalarMethod · 0.56
TEST_FFunction · 0.56
TESTFunction · 0.40