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

Method array

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

Source from the content-addressed store, hash-verified

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);
59 }
60
61 std::shared_ptr<ChunkedArray> chunked_array(const std::vector<std::string>& value) {
62 return ChunkedArrayFromJSON(type(), value);

Callers 15

test_leak1Function · 0.45
test_leak2Function · 0.45
dataframe_to_typesFunction · 0.45
convert_columnFunction · 0.45
_reconstruct_blockFunction · 0.45
arrayFunction · 0.45
test_tree_exp_builderFunction · 0.45
test_tableFunction · 0.45
test_filterFunction · 0.45
test_in_exprFunction · 0.45
test_in_expr_todoFunction · 0.45
test_booleanFunction · 0.45

Calls 2

ArrayFromJSONFunction · 0.85
typeFunction · 0.50

Tested by

no test coverage detected