// SPDX-License-Identifier: Apache-2.0
//! Window function planning: `WINDOW`-clause resolution, frame conversion,
//! and extraction of `<func>() OVER (...)` specs from a SELECT projection.
modextract;modframe;modnamed;pubuseextract::extract_window_functions;