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

Class Schema

cpp/gdb_arrow.py:968–977  ·  view source on GitHub ↗

A arrow::Schema.

Source from the content-addressed store, hash-verified

966
967
968class Schema:
969 """
970 A arrow::Schema.
971 """
972
973 def __init__(self, val):
974 self.val = val
975 impl = deref(self.val['impl_'])
976 self.fields = FieldVector(impl['fields_'])
977 self.metadata = MetadataPtr(impl['metadata_'])
978
979
980class RecordBatch:

Callers 3

__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected