blob: 79a809527098d60b4665115793b76714d42aa3e2 [file] [log] [blame]
/*-------------------------------------------------------------------------
*
* cdbplan.h
* definitions for cdbplan.c utilities
*
* Portions Copyright (c) 2004-2008, Greenplum inc
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/cdb/cdbplan.h
*
*-------------------------------------------------------------------------
*/
#ifndef CDBPLAN_H
#define CDBPLAN_H
#include "optimizer/walkers.h"
extern Node * plan_tree_mutator(Node *node, Node *(*mutator) (), void *context, bool recurse_into_subplans);
extern Value *get_tle_name(TargetEntry *tle, List *rtable, const char *default_name);
#endif /* CDBPLAN_H */