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

Method value

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

Source from the content-addressed store, hash-verified

446
447 @property
448 def value(self):
449 if self.value_type is None:
450 return None
451 ptr = self.val.address
452 if ptr is not None:
453 return ptr.reinterpret_cast(self.value_type.pointer()
454 ).dereference()
455 return None
456
457
458class StdString:

Callers 15

test_valueMethod · 0.45
test_optionsMethod · 0.45
test_valueMethod · 0.45
test_valueMethod · 0.45
test_valueMethod · 0.45
test_valueMethod · 0.45
test_valueMethod · 0.45
test_valueMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_valueMethod · 0.36
test_optionsMethod · 0.36
test_valueMethod · 0.36
test_valueMethod · 0.36
test_valueMethod · 0.36
test_valueMethod · 0.36
test_valueMethod · 0.36
test_valueMethod · 0.36