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

Method children

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

Source from the content-addressed store, hash-verified

2196 return 'map'
2197
2198 def children(self):
2199 for k, v in self.metadata:
2200 yield ("key", k.bytes_literal())
2201 yield ("value", v.bytes_literal())
2202
2203 def to_string(self):
2204 return f"arrow::KeyValueMetadata of size {len(self.metadata)}"

Callers

nothing calls this directly

Calls 1

bytes_literalMethod · 0.45

Tested by

no test coverage detected