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

Method values

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

Source from the content-addressed store, hash-verified

3122 }
3123
3124 std::vector<CType> values(const std::vector<std::string>& strings) const {
3125 std::vector<CType> values;
3126 for (const auto& s : strings) {
3127 values.push_back(value(s));
3128 }
3129 return values;
3130 }
3131
3132 std::shared_ptr<DataType> type_instance() { return std::make_shared<ArrowType>(4, 2); }
3133};

Callers 9

FinishMethod · 0.45
FinishMethod · 0.45
FinalizeMethod · 0.45
VisitMethod · 0.45
CaseWhenBenchListFunction · 0.45
ExecArrayScalarMethod · 0.45
ExecArrayArrayMethod · 0.45
TESTFunction · 0.45

Calls 2

push_backMethod · 0.80
valueFunction · 0.50

Tested by

no test coverage detected