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

Function StringScalar

cpp/src/arrow/scalar.h:328–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 using TypeClass = StringType;
327
328 explicit StringScalar(std::shared_ptr<Buffer> value)
329 : StringScalar(std::move(value), utf8()) {}
330
331 explicit StringScalar(std::string s) : BinaryScalar(std::move(s), utf8()) {}
332

Callers 6

TestCastMethod · 0.70
TESTFunction · 0.70
TestCastMethod · 0.70
TESTFunction · 0.50
FromProtoFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 5

TestCastMethod · 0.56
TESTFunction · 0.56
TestCastMethod · 0.56
TESTFunction · 0.40
TESTFunction · 0.40