reifydb-routine 0.4.10

Built-in routines (functions and procedures) for ReifyDB
Documentation
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

pub mod add;
pub mod age;
pub mod day;
pub mod day_of_week;
pub mod day_of_year;
pub mod days_in_month;
pub mod diff;
pub mod end_of_month;
pub mod format;
pub mod is_leap_year;
pub mod month;
pub mod new;
pub mod now;
pub mod quarter;
pub mod start_of_month;
pub mod start_of_year;
pub mod subtract;
pub mod trunc;
pub mod week;
pub mod year;