MCPcopy Create free account
hub / github.com/apache/cloudberry / ArrayGetN

Method ArrayGetN

contrib/pax_storage/src/cpp/comm/cbdb_wrappers.cc:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187int cbdb::ArrayGetN(int ndim, const int *dims) {
188 CBDB_WRAP_START;
189 { return ArrayGetNItems(ndim, dims); }
190 CBDB_WRAP_END;
191 return 0;
192}
193
194ArrayIterator cbdb::ArrayCreateIterator(ArrayType *arr, int slice_ndim,
195 ArrayMetaState *mstate) {

Callers

nothing calls this directly

Calls 1

ArrayGetNItemsFunction · 0.85

Tested by

no test coverage detected