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

Method value

cpp/src/arrow/compute/kernels/aggregate_test.cc:3159–3162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3157 }
3158
3159 CType value(const std::string& s) const {
3160 EXPECT_OK_AND_ASSIGN(auto out, CType::FromString(s));
3161 return out;
3162 }
3163
3164 std::vector<CType> values(const std::vector<std::string>& strings) const {
3165 std::vector<CType> values;

Callers 15

EncodeMetadataFunction · 0.45
GetOneMethod · 0.45
GenericToStringFunction · 0.45
GenericToScalarFunction · 0.45
ToStringMethod · 0.45
TYPED_TESTFunction · 0.45
ConvertInputMethod · 0.45
ConvertInputMethod · 0.45
ExecMethod · 0.45
ConsumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected