Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sum
Function · 0.45
garrow_array_count
Function · 0.45
garrow_numeric_array_mean
Function · 0.45
garrow_scalar_cast
Function · 0.45
garrow_datum_new_raw
Function · 0.45
index
Function · 0.45
fill_null
Function · 0.45
func
Function · 0.45
test_arrow_specific_types
Function · 0.45
test_serializing_udfs
Function · 0.45
test_filesystem_dataset
Function · 0.45
test_partitioning
Function · 0.45
Calls
2
ScalarFromJSON
Function · 0.85
type
Function · 0.50
Tested by
no test coverage detected