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

Function Field__initialize

r/src/field.cpp:24–28  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

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