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

Method from_address

cpp/gdb_arrow.py:883–888  ·  view source on GitHub ↗

Create a decimal from a gdb.Value representing the address of the raw decimal storage.

(cls, address)

Source from the content-addressed store, hash-verified

881
882 @classmethod
883 def from_address(cls, address):
884 """
885 Create a decimal from a gdb.Value representing the address of the
886 raw decimal storage.
887 """
888 return cls(address)
889
890 @property
891 def words(self):

Callers 2

test_bufferFunction · 0.80
childrenMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_bufferFunction · 0.64