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

Method FlatCopyTargetEntry

src/backend/gpopt/gpdbwrappers.cpp:2669–2677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2667}
2668
2669TargetEntry *
2670gpdb::FlatCopyTargetEntry(TargetEntry *src_tle)
2671{
2672 GP_WRAP_START;
2673 {
2674 return flatCopyTargetEntry(src_tle);
2675 }
2676 GP_WRAP_END;
2677}
2678
2679
2680// Returns true if type is a RANGE

Callers

nothing calls this directly

Calls 1

flatCopyTargetEntryFunction · 0.85

Tested by

no test coverage detected