ak.forms.UnionForm#
Defined in awkward.forms.unionform on line 19.
- class ak.forms.UnionForm(self, tags, index, contents, *, parameters=None, form_key=None)#
- ak.forms.UnionForm.is_union = True#
- ak.forms.UnionForm.tags#
- ak.forms.UnionForm.index#
- ak.forms.UnionForm.contents#
- ak.forms.UnionForm.copy(self, tags=UNSET, index=UNSET, contents=UNSET, *, parameters=UNSET, form_key=UNSET)#
- ak.forms.UnionForm.simplified(cls, tags, index, contents, *, parameters=None, form_key=None)#
- ak.forms.UnionForm._union_of_optionarrays(self, index, parameters)#
- ak.forms.UnionForm.content(self, index)#
- ak.forms.UnionForm.__repr__(self)#
- ak.forms.UnionForm._to_dict_part(self, verbose, toplevel)#
- ak.forms.UnionForm.type#
- ak.forms.UnionForm.__eq__(self, other)#
- ak.forms.UnionForm.purelist_parameters(self, *keys)#
- ak.forms.UnionForm.purelist_isregular#
- ak.forms.UnionForm.purelist_depth#
- ak.forms.UnionForm.is_identity_like#
- ak.forms.UnionForm.minmax_depth#
- ak.forms.UnionForm.branch_depth#
- ak.forms.UnionForm.fields#
- ak.forms.UnionForm.is_tuple#
- ak.forms.UnionForm.dimension_optiontype#
- ak.forms.UnionForm._columns(self, path, output, list_indicator)#
- ak.forms.UnionForm._prune_columns(self, is_inside_record_or_union)#
- ak.forms.UnionForm._select_columns(self, match_specifier)#
- ak.forms.UnionForm._column_types(self)#
- ak.forms.UnionForm.__setstate__(self, state)#
- ak.forms.UnionForm._expected_from_buffers(self, getkey, recursive)#