ak.contents.RecordArray#

Defined in awkward.contents.recordarray on line 19.

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