Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
317
def
cast_to_concrete(val, ty):
318
return
(val.reference_value().reinterpret_cast(ty.reference())
319
.referenced_value())
320
321
322
def
scalar_class_from_type(name):
Callers
6
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
__new__
Method · 0.85
type
Method · 0.85
type
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected