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

Method value

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

Source from the content-addressed store, hash-verified

3117 }
3118
3119 CType value(const std::string& s) const {
3120 EXPECT_OK_AND_ASSIGN(auto out, CType::FromString(s));
3121 return out;
3122 }
3123
3124 std::vector<CType> values(const std::vector<std::string>& strings) const {
3125 std::vector<CType> values;

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected