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

Function cast_to_concrete

cpp/gdb_arrow.py:317–319  ·  view source on GitHub ↗
(val, ty)

Source from the content-addressed store, hash-verified

315
316
317def cast_to_concrete(val, ty):
318 return (val.reference_value().reinterpret_cast(ty.reference())
319 .referenced_value())
320
321
322def scalar_class_from_type(name):

Callers 6

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__new__Method · 0.85
typeMethod · 0.85
typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected