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