//! Function evaluation modules for the BQL executor.
//!
//! This module organizes function implementations by category for better maintainability.
pub
/// Three-letter English weekday abbreviation (`Mon`..`Sun`) for a Monday-zero
/// offset (0=Mon … 6=Sun). `WEEKDAY(date)` returns this string, matching
/// beanquery (whose `weekday(date)` yields a day name, not an integer).
pub const