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

Function field_path

cpp/src/arrow/type.h:2167–2169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2165 }
2166
2167 const FieldPath* field_path() const {
2168 return IsFieldPath() ? &std::get<FieldPath>(impl_) : NULLPTR;
2169 }
2170 const std::string* name() const {
2171 return IsName() ? &std::get<std::string>(impl_) : NULLPTR;
2172 }

Callers

nothing calls this directly

Calls 1

IsFieldPathFunction · 0.85

Tested by

no test coverage detected