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