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

Method type

cpp/gdb_arrow.py:1256–1262  ·  view source on GitHub ↗

The concrete DataTypeClass instance.

(self)

Source from the content-addressed store, hash-verified

1254
1255 @property
1256 def type(self):
1257 """
1258 The concrete DataTypeClass instance.
1259 """
1260 concrete_type = gdb.lookup_type(f"arrow::{self.type_name}")
1261 return cast_to_concrete(deref(self.val['type']),
1262 concrete_type)
1263
1264 def _format_type(self):
1265 return f"arrow::{self.name}"

Callers

nothing calls this directly

Calls 2

cast_to_concreteFunction · 0.85
derefFunction · 0.85

Tested by

no test coverage detected