Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestCast
Method · 0.70
TEST
Function · 0.70
TestCast
Method · 0.70
TEST
Function · 0.50
FromProto
Function · 0.50
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
5
TestCast
Method · 0.56
TEST
Function · 0.56
TestCast
Method · 0.56
TEST
Function · 0.40
TEST
Function · 0.40