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

Method fields

cpp/gdb_arrow.py:1071–1072  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1069
1070 @property
1071 def fields(self):
1072 return FieldVector(self.val['children_'])
1073
1074 def _format_type(self):
1075 r = type_reprs.get(self.name, self.name)

Callers

nothing calls this directly

Calls 1

FieldVectorClass · 0.85

Tested by

no test coverage detected