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

Method ArrayCreateIterator

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

Source from the content-addressed store, hash-verified

192}
193
194ArrayIterator cbdb::ArrayCreateIterator(ArrayType *arr, int slice_ndim,
195 ArrayMetaState *mstate) {
196 CBDB_WRAP_START;
197 { return array_create_iterator(arr, slice_ndim, mstate); }
198 CBDB_WRAP_END;
199 return nullptr;
200}
201
202bool cbdb::ArrayIterate(ArrayIterator iterator, Datum *value, bool *isnull) {
203 CBDB_WRAP_START;

Callers

nothing calls this directly

Calls 1

array_create_iteratorFunction · 0.85

Tested by

no test coverage detected