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

Method __init__

cpp/gdb_arrow.py:2269–2270  ·  view source on GitHub ↗
(self, name, val)

Source from the content-addressed store, hash-verified

2267 """
2268
2269 def __init__(self, name, val):
2270 BaseColumnarPrinter.__init__(self, "RecordBatch", val, RecordBatch(val))
2271
2272
2273class TablePrinter(BaseColumnarPrinter):

Callers

nothing calls this directly

Calls 2

RecordBatchClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected