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

Method type

cpp/gdb_arrow.py:1561–1566  ·  view source on GitHub ↗

The concrete DataTypeClass instance.

(self)

Source from the content-addressed store, hash-verified

1559
1560 @property
1561 def type(self):
1562 """
1563 The concrete DataTypeClass instance.
1564 """
1565 concrete_type = gdb.lookup_type(f"arrow::{self.type_name}")
1566 return cast_to_concrete(deref(self.val['type']), concrete_type)
1567
1568 def _format_contents(self):
1569 return (f"length {self.length}, "

Callers

nothing calls this directly

Calls 2

cast_to_concreteFunction · 0.85
derefFunction · 0.85

Tested by

no test coverage detected