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

Function Field__initialize

r/src/field.cpp:23–27  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

21
22// [[arrow::export]]
23std::shared_ptr<arrow::Field> Field__initialize(
24 const std::string& name, const std::shared_ptr<arrow::DataType>& field,
25 bool nullable = true) {
26 return arrow::field(name, field, nullable);
27}
28
29// [[arrow::export]]
30std::string Field__ToString(const std::shared_ptr<arrow::Field>& field) {

Callers 1

_arrow_Field__initializeFunction · 0.85

Calls 1

fieldFunction · 0.50

Tested by

no test coverage detected