ak.materialized¶
Defined in awkward.operations.structure on line 3836.
-
ak.
materialized
(array, highlevel=True, behavior=None)¶ - Parameters
array – The possibly virtual array to ensure is materialized.
highlevel (bool) – If True, return an
ak.Array
; otherwise, return a low-levelak.layout.Content
subclass.behavior (None or dict) – Custom
ak.behavior
for the output array, if high-level.
Returns ``array``
with all virtual array nodes fully materialized.
See also ak.virtual
.