/* * This file and its contents are licensed under the Apache License 2.0. * Please see the included NOTICE for copyright information and * LICENSE-APACHE for a copy of the license. */ #ifndef TIMESCALEDB_PLAN_PARTIALIZE_H #define TIMESCALEDB_PLAN_PARTIALIZE_H #include #include bool ts_plan_process_partialize_agg(PlannerInfo *root, RelOptInfo *input_rel, RelOptInfo *output_rel); #endif /* TIMESCALEDB_PLAN_PARTIALIZE_H */