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

Method scalar

cpp/src/arrow/compute/kernels/vector_replace_test.cc:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 Datum scalar(const std::string& json) { return ScalarFromJSON(type(), json); }
56
57 std::shared_ptr<Array> array(const std::string& value) {
58 return ArrayFromJSON(type(), value);

Callers 15

garrow_numeric_array_sumFunction · 0.45
garrow_array_countFunction · 0.45
garrow_scalar_castFunction · 0.45
garrow_datum_new_rawFunction · 0.45
indexFunction · 0.45
fill_nullFunction · 0.45
funcFunction · 0.45
test_serializing_udfsFunction · 0.45
test_filesystem_datasetFunction · 0.45
test_partitioningFunction · 0.45

Calls 2

ScalarFromJSONFunction · 0.85
typeFunction · 0.50

Tested by

no test coverage detected