This is the complete list of members for NumpyArray, including all inherited members.
argsort(int64_t axis, bool ascending, bool stable) const | Content | |
argsort_next(int64_t negaxis, const Index64 &starts, const Index64 &shifts, const Index64 &parents, int64_t outlength, bool ascending, bool stable) const override | NumpyArray | virtual |
as_unique_strings(const Index64 &offsets) const | NumpyArray | |
asslice() const override | NumpyArray | virtual |
axis_wrap_if_negative(int64_t axis) const | Content | |
branch_depth() const override | NumpyArray | virtual |
bytelength() const | NumpyArray | |
byteoffset() const | NumpyArray | |
caches(std::vector< ArrayCachePtr > &out) const override | NumpyArray | virtual |
carry(const Index64 &carry, bool allow_lazy) const override | NumpyArray | virtual |
check_for_iteration() const override | NumpyArray | virtual |
classname() const override | NumpyArray | virtual |
combinations(int64_t n, bool replacement, const util::RecordLookupPtr &recordlookup, const util::Parameters ¶meters, int64_t axis, int64_t depth) const override | NumpyArray | virtual |
combinations_axis0(int64_t n, bool replacement, const util::RecordLookupPtr &recordlookup, const util::Parameters ¶meters) const | Content | |
Content(const IdentitiesPtr &identities, const util::Parameters ¶meters) | Content | |
contiguous() const | NumpyArray | |
contiguous_next(const Index64 &bytepos) const | NumpyArray | protected |
copy_to(kernel::lib ptr_lib) const override | NumpyArray | virtual |
data() const | NumpyArray | |
deep_copy(bool copyarrays, bool copyindexes, bool copyidentities) const override | NumpyArray | virtual |
dimension_optiontype() const | Content | virtual |
dtype() const | NumpyArray | |
fieldindex(const std::string &key) const override | NumpyArray | virtual |
fillna(const ContentPtr &value) const override | NumpyArray | virtual |
form(bool materialize) const override | NumpyArray | virtual |
format() const | NumpyArray | |
getbyte(ssize_t at) const | NumpyArray | |
getitem(const Slice &where) const override | NumpyArray | virtual |
getitem_at(int64_t at) const override | NumpyArray | virtual |
getitem_at_nowrap(int64_t at) const override | NumpyArray | virtual |
getitem_bystrides(const SliceItemPtr &head, const Slice &tail, int64_t length) const | NumpyArray | protected |
getitem_bystrides(const SliceAt &at, const Slice &tail, int64_t length) const | NumpyArray | protected |
getitem_bystrides(const SliceRange &range, const Slice &tail, int64_t length) const | NumpyArray | protected |
getitem_bystrides(const SliceEllipsis &ellipsis, const Slice &tail, int64_t length) const | NumpyArray | protected |
getitem_bystrides(const SliceNewAxis &newaxis, const Slice &tail, int64_t length) const | NumpyArray | protected |
getitem_field(const std::string &key) const override | NumpyArray | virtual |
getitem_field(const std::string &key, const Slice &only_fields) const override | NumpyArray | virtual |
getitem_fields(const std::vector< std::string > &keys) const override | NumpyArray | virtual |
getitem_fields(const std::vector< std::string > &keys, const Slice &only_fields) const override | NumpyArray | virtual |
getitem_next(const SliceItemPtr &head, const Slice &tail, const Index64 &advanced) const override | NumpyArray | virtual |
getitem_next(const SliceAt &at, const Slice &tail, const Index64 &advanced) const override | NumpyArray | virtual |
getitem_next(const SliceRange &range, const Slice &tail, const Index64 &advanced) const override | NumpyArray | virtual |
getitem_next(const SliceArray64 &array, const Slice &tail, const Index64 &advanced) const override | NumpyArray | virtual |
getitem_next(const SliceField &field, const Slice &tail, const Index64 &advanced) const override | NumpyArray | virtual |
getitem_next(const SliceFields &fields, const Slice &tail, const Index64 &advanced) const override | NumpyArray | virtual |
getitem_next(const SliceJagged64 &jagged, const Slice &tail, const Index64 &advanced) const override | NumpyArray | virtual |
getitem_next(const SliceItemPtr &head, const Slice &tail, const Index64 &carry, const Index64 &advanced, int64_t length, int64_t stride, bool first) const | NumpyArray | protected |
getitem_next(const SliceAt &at, const Slice &tail, const Index64 &carry, const Index64 &advanced, int64_t length, int64_t stride, bool first) const | NumpyArray | protected |
getitem_next(const SliceRange &range, const Slice &tail, const Index64 &carry, const Index64 &advanced, int64_t length, int64_t stride, bool first) const | NumpyArray | protected |
getitem_next(const SliceEllipsis &ellipsis, const Slice &tail, const Index64 &carry, const Index64 &advanced, int64_t length, int64_t stride, bool first) const | NumpyArray | protected |
getitem_next(const SliceNewAxis &newaxis, const Slice &tail, const Index64 &carry, const Index64 &advanced, int64_t length, int64_t stride, bool first) const | NumpyArray | protected |
getitem_next(const SliceArray64 &array, const Slice &tail, const Index64 &carry, const Index64 &advanced, int64_t length, int64_t stride, bool first) const | NumpyArray | protected |
awkward::Content::getitem_next(const SliceEllipsis &ellipsis, const Slice &tail, const Index64 &advanced) const | Content | virtual |
awkward::Content::getitem_next(const SliceNewAxis &newaxis, const Slice &tail, const Index64 &advanced) const | Content | virtual |
awkward::Content::getitem_next(const SliceMissing64 &missing, const Slice &tail, const Index64 &advanced) const | Content | virtual |
getitem_next_array_wrap(const ContentPtr &outcontent, const std::vector< int64_t > &shape) const | Content | protected |
getitem_next_jagged(const Index64 &slicestarts, const Index64 &slicestops, const SliceArray64 &slicecontent, const Slice &tail) const override | NumpyArray | protectedvirtual |
getitem_next_jagged(const Index64 &slicestarts, const Index64 &slicestops, const SliceMissing64 &slicecontent, const Slice &tail) const override | NumpyArray | protectedvirtual |
getitem_next_jagged(const Index64 &slicestarts, const Index64 &slicestops, const SliceJagged64 &slicecontent, const Slice &tail) const override | NumpyArray | protectedvirtual |
awkward::Content::getitem_next_jagged(const Index64 &slicestarts, const Index64 &slicestops, const SliceItemPtr &slicecontent, const Slice &tail) const | Content | virtual |
getitem_nothing() const override | NumpyArray | virtual |
getitem_range(int64_t start, int64_t stop) const override | NumpyArray | virtual |
getitem_range_nowrap(int64_t start, int64_t stop) const override | NumpyArray | virtual |
haskey(const std::string &key) const override | NumpyArray | virtual |
identities() const | Content | virtual |
identities_ | Content | protected |
is_subrange_equal(const Index64 &starts, const Index64 &stops) const override | NumpyArray | virtual |
is_unique() const override | NumpyArray | virtual |
iscontiguous() const | NumpyArray | |
isempty() const | NumpyArray | |
isscalar() const override | NumpyArray | virtual |
istuple() const override | NumpyArray | virtual |
itemsize() const | NumpyArray | |
kernels() const override | NumpyArray | virtual |
kernels_compare(kernel::lib from_index, const ContentPtr &content) const | Content | protected |
key(int64_t fieldindex) const override | NumpyArray | virtual |
keys() const override | NumpyArray | virtual |
length() const override | NumpyArray | virtual |
localindex(int64_t axis, int64_t depth) const override | NumpyArray | virtual |
localindex_axis0() const | Content | |
merge(const ContentPtr &other) const | Content | |
merge_as_union(const ContentPtr &other) const | Content | |
mergeable(const ContentPtr &other, bool mergebool) const override | NumpyArray | virtual |
mergemany(const ContentPtrVec &others) const override | NumpyArray | virtual |
merging_strategy(const ContentPtrVec &others) const | Content | virtual |
minmax_depth() const override | NumpyArray | virtual |
nbytes() const | Content | |
nbytes_part(std::map< size_t, int64_t > &largest) const override | NumpyArray | virtual |
ndim() const | NumpyArray | |
num(int64_t axis, int64_t depth) const override | NumpyArray | virtual |
numbers_to_type(const std::string &name) const override | NumpyArray | virtual |
numfields() const override | NumpyArray | virtual |
NumpyArray(const IdentitiesPtr &identities, const util::Parameters ¶meters, const std::shared_ptr< void > &ptr, const std::vector< ssize_t > &shape, const std::vector< ssize_t > &strides, ssize_t byteoffset, ssize_t itemsize, const std::string &format, util::dtype dtype, const kernel::lib ptr_lib) | NumpyArray | |
NumpyArray(const Index8 index) | NumpyArray | explicit |
NumpyArray(const IndexU8 index) | NumpyArray | explicit |
NumpyArray(const Index32 index) | NumpyArray | explicit |
NumpyArray(const IndexU32 index) | NumpyArray | explicit |
NumpyArray(const Index64 index) | NumpyArray | explicit |
offsets_and_flattened(int64_t axis, int64_t depth) const override | NumpyArray | virtual |
parameter(const std::string &key) const | Content | |
parameter_asstring(const std::string &key) const | Content | |
parameter_equals(const std::string &key, const std::string &value) const | Content | |
parameter_isname(const std::string &key) const | Content | |
parameter_isstring(const std::string &key) const | Content | |
parameters() const | Content | |
parameters_ | Content | protected |
parameters_equal(const util::Parameters &other, bool check_all) const | Content | |
parameters_tostring(const std::string &indent, const std::string &pre, const std::string &post) const | Content | protected |
ptr() const | NumpyArray | |
ptr_lib() const | NumpyArray | |
purelist_depth() const override | NumpyArray | virtual |
purelist_isregular() const | Content | |
purelist_parameter(const std::string &key) const | Content | virtual |
reduce(const Reducer &reducer, int64_t axis, bool mask, bool keepdims) const | Content | |
reduce_next(const Reducer &reducer, int64_t negaxis, const Index64 &starts, const Index64 &shifts, const Index64 &parents, int64_t outlength, bool mask, bool keepdims) const override | NumpyArray | virtual |
referentially_equal(const ContentPtr &other) const override | NumpyArray | virtual |
reverse_merge(const ContentPtr &other) const | Content | virtual |
rpad(int64_t target, int64_t axis, int64_t depth) const override | NumpyArray | virtual |
rpad_and_clip(int64_t target, int64_t axis, int64_t depth) const override | NumpyArray | virtual |
rpad_axis0(int64_t target, bool clip) const | Content | |
setidentities() override | NumpyArray | virtual |
setidentities(const IdentitiesPtr &identities) override | NumpyArray | virtual |
setparameter(const std::string &key, const std::string &value) | Content | |
setparameters(const util::Parameters ¶meters) | Content | |
shallow_copy() const override | NumpyArray | virtual |
shallow_simplify() const override | NumpyArray | virtual |
shape() const | NumpyArray | |
sort(int64_t axis, bool ascending, bool stable) const | Content | |
sort_next(int64_t negaxis, const Index64 &starts, const Index64 &parents, int64_t outlength, bool ascending, bool stable) const override | NumpyArray | virtual |
strides() const | NumpyArray | |
tojson(bool pretty, int64_t maxdecimals, const char *nan_string=nullptr, const char *infinity_string=nullptr, const char *minus_infinity_string=nullptr, const char *complex_real_string=nullptr, const char *complex_imag_string=nullptr) const | Content | |
tojson(FILE *destination, bool pretty, int64_t maxdecimals, int64_t buffersize, const char *nan_string=nullptr, const char *infinity_string=nullptr, const char *minus_infinity_string=nullptr, const char *complex_real_string=nullptr, const char *complex_imag_string=nullptr) const | Content | |
tojson_boolean(ToJson &builder, bool include_beginendlist) const | NumpyArray | protected |
tojson_complex(ToJson &builder, bool include_beginendlist) const | NumpyArray | protected |
tojson_integer(ToJson &builder, bool include_beginendlist) const | NumpyArray | protected |
tojson_part(ToJson &builder, bool include_beginendlist) const override | NumpyArray | virtual |
tojson_real(ToJson &builder, bool include_beginendlist) const | NumpyArray | protected |
tojson_string(ToJson &builder, bool include_beginendlist) const | NumpyArray | protected |
toRegularArray() const | NumpyArray | |
tostring() const | Content | |
tostring_part(const std::string &indent, const std::string &pre, const std::string &post) const override | NumpyArray | virtual |
type(const util::TypeStrs &typestrs) const override | NumpyArray | virtual |
unique() const override | NumpyArray | virtual |
validityerror(const std::string &path) const override | NumpyArray | virtual |
validityerror_parameters(const std::string &path) const | Content | protected |
~Content() | Content | inlinevirtual |