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

Method children

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

Source from the content-addressed store, hash-verified

2244 return 'map'
2245
2246 def children(self):
2247 for field, col in zip(self.schema.fields,
2248 self.columnar.columns):
2249 yield ("name", field.name.string_literal())
2250 yield ("value", col)
2251
2252 def to_string(self):
2253 num_fields = len(self.schema.fields)

Callers

nothing calls this directly

Calls 1

string_literalMethod · 0.45

Tested by

no test coverage detected