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

Method ArrayIterate

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

Source from the content-addressed store, hash-verified

200}
201
202bool cbdb::ArrayIterate(ArrayIterator iterator, Datum *value, bool *isnull) {
203 CBDB_WRAP_START;
204 { return array_iterate(iterator, value, isnull); }
205 CBDB_WRAP_END;
206 return false;
207}
208
209void cbdb::ArrayFreeIterator(ArrayIterator iterator) {
210 CBDB_WRAP_START;

Callers

nothing calls this directly

Calls 1

array_iterateFunction · 0.85

Tested by

no test coverage detected