/*------------------------------------------------------------------------- * * joininfo.h * prototypes for joininfo.c. * * * Copyright (c) 1994, Regents of the University of California * * $Id: joininfo.h,v 1.14 1999/08/16 02:17:44 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef JOININFO_H #define JOININFO_H #include "nodes/relation.h" extern JoinInfo *joininfo_member(List *join_relids, List *joininfo_list); extern JoinInfo *find_joininfo_node(RelOptInfo *this_rel, List *join_relids); #endif /* JOININFO_H */