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

Function freePartEveryIterator

src/backend/parser/parse_partition_gp.c:752–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752static void
753freePartEveryIterator(PartEveryIterator *iter)
754{
755 if (iter->estate)
756 FreeExecutorState(iter->estate);
757}
758
759/*
760 * Return next partition bound in START/END/EVERY specification.

Callers 1

generateRangePartitionsFunction · 0.85

Calls 1

FreeExecutorStateFunction · 0.85

Tested by

no test coverage detected