/*------------------------------------------------------------------------- * * rtstrat.h-- * routines defined in access/rtree/rtstrat.c * * * Copyright (c) 1994, Regents of the University of California * * $Id: rtstrat.h,v 1.5 1997/11/26 01:12:08 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RTSTRAT_H #define RTSTRAT_H #include #include extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum, RegProcedure proc); #endif /* RTSTRAT_H */