ak.contents.UnionArray#

Defined in awkward.contents.unionarray on line 21.

class ak.contents.UnionArray(self, tags, index, contents)#
ak.contents.UnionArray.is_union = True#
ak.contents.UnionArray.tags#
ak.contents.UnionArray.index#
ak.contents.UnionArray.contents#
ak.contents.UnionArray.copy(self, tags=unset, index=unset, contents=unset)#
ak.contents.UnionArray.__copy__(self)#
ak.contents.UnionArray.__deepcopy__(self, memo)#
ak.contents.UnionArray.simplified(cls, tags, index, contents)#
ak.contents.UnionArray.content(self, index)#
ak.contents.UnionArray._form_with_key(self, getkey)#
ak.contents.UnionArray._to_buffers(self, form, getkey, container, backend)#
ak.contents.UnionArray._to_typetracer(self, forget_length)#
ak.contents.UnionArray._touch_data(self, recursive)#
ak.contents.UnionArray._touch_shape(self, recursive)#
ak.contents.UnionArray.length#
ak.contents.UnionArray.__repr__(self)#
ak.contents.UnionArray._repr(self, indent, pre, post)#
ak.contents.UnionArray._getitem_nothing(self)#
ak.contents.UnionArray._getitem_at(self, where)#
ak.contents.UnionArray._getitem_range(self, where)#
ak.contents.UnionArray._getitem_field(self, where, only_fields=())#
ak.contents.UnionArray._getitem_fields(self, where, only_fields=())#
ak.contents.UnionArray._carry(self, carry, allow_lazy)#
ak.contents.UnionArray._union_of_optionarrays(self, index, parameters)#
ak.contents.UnionArray.project(self, index)#
ak.contents.UnionArray.regular_index(tags)#
ak.contents.UnionArray._regular_index(self, tags)#
ak.contents.UnionArray.nested_tags_index(offsets, counts)#
ak.contents.UnionArray._nested_tags_index(self, offsets, counts)#
ak.contents.UnionArray._getitem_next_jagged_generic(self, slicestarts, slicestops, slicecontent, tail)#
ak.contents.UnionArray._getitem_next_jagged(self, slicestarts, slicestops, slicecontent, tail)#
ak.contents.UnionArray._getitem_next(self, head, tail, advanced)#
ak.contents.UnionArray._offsets_and_flattened(self, axis, depth)#
ak.contents.UnionArray._mergeable_next(self, other, mergebool)#
ak.contents.UnionArray._merging_strategy(self, others)#
ak.contents.UnionArray._reverse_merge(self, other)#
ak.contents.UnionArray._mergemany(self, others)#
ak.contents.UnionArray._fill_none(self, value)#
ak.contents.UnionArray._local_index(self, axis, depth)#
ak.contents.UnionArray._combinations(self, n, replacement, recordlookup, parameters, axis, depth)#
ak.contents.UnionArray._numbers_to_type(self, name)#
ak.contents.UnionArray._is_unique(self, negaxis, starts, parents, outlength)#
ak.contents.UnionArray._unique(self, negaxis, starts, parents, outlength)#
ak.contents.UnionArray._argsort_next(self, negaxis, starts, shifts, parents, outlength, ascending, stable, kind, order)#
ak.contents.UnionArray._sort_next(self, negaxis, starts, parents, outlength, ascending, stable, kind, order)#
ak.contents.UnionArray._reduce_next(self, reducer, negaxis, starts, shifts, parents, outlength, mask, keepdims, behavior)#
ak.contents.UnionArray._validity_error(self, path)#
ak.contents.UnionArray._nbytes_part(self)#
ak.contents.UnionArray._pad_none(self, target, axis, depth, clip)#
ak.contents.UnionArray._to_arrow(self, pyarrow, mask_node, validbytes, length, options)#
ak.contents.UnionArray._to_numpy(self, allow_missing)#
ak.contents.UnionArray._completely_flatten(self, backend, options)#
ak.contents.UnionArray._recursively_apply(self, action, behavior, depth, depth_context, lateral_context, options)#
ak.contents.UnionArray.to_packed(self)#
ak.contents.UnionArray._to_list(self, behavior, json_conversions)#
ak.contents.UnionArray.to_backend(self, backend)#
ak.contents.UnionArray._is_equal_to(self, other, index_dtype, numpyarray)#