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

Method children

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

Source from the content-addressed store, hash-verified

2218 return 'map'
2219
2220 def children(self):
2221 for field in self.schema.fields:
2222 yield ("name", field.name.string_literal())
2223 yield ("type", field.type)
2224
2225 def to_string(self):
2226 num_fields = len(self.schema.fields)

Callers

nothing calls this directly

Calls 1

string_literalMethod · 0.45

Tested by

no test coverage detected