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

Function IsFieldPath

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

Source from the content-addressed store, hash-verified

2143 bool operator!() const { return !Equals(FieldPath{}); }
2144
2145 bool IsFieldPath() const { return std::holds_alternative<FieldPath>(impl_); }
2146 bool IsName() const { return std::holds_alternative<std::string>(impl_); }
2147 bool IsNested() const {
2148 if (IsName()) return false;

Callers 2

IsNestedFunction · 0.85
field_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected