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

Function create_empty_pathtarget

src/backend/optimizer/util/tlist.c:912–917  ·  view source on GitHub ↗

* create_empty_pathtarget * Create an empty (zero columns, zero cost) PathTarget. */

Source from the content-addressed store, hash-verified

910 * Create an empty (zero columns, zero cost) PathTarget.
911 */
912PathTarget *
913create_empty_pathtarget(void)
914{
915 /* This is easy, but we don't want callers to hard-wire this ... */
916 return makeNode(PathTarget);
917}
918
919/*
920 * add_column_to_pathtarget

Callers 10

make_group_input_targetFunction · 0.85
make_window_input_targetFunction · 0.85
make_sort_input_targetFunction · 0.85
split_pathtarget_at_srfsFunction · 0.85
build_simple_relFunction · 0.85
build_join_relFunction · 0.85
build_child_join_relFunction · 0.85
fetch_upper_relFunction · 0.85
create_rel_agg_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected