reifydb-routine 0.4.12

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

pub mod add;
pub mod days;
pub mod format;
pub mod get_days;
pub mod get_months;
pub mod get_nanos;
pub mod hours;
pub mod millis;
pub mod minutes;
pub mod months;
pub mod negate;
pub mod scale;
pub mod seconds;
pub mod subtract;
pub mod trunc;
pub mod weeks;
pub mod years;