reifydb-routine 0.4.12

Built-in routines (functions and procedures) for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

pub mod add;
pub mod age;
pub mod diff;
pub mod format;
pub mod hour;
pub mod minute;
pub mod nanosecond;
pub mod new;
pub mod now;
pub mod second;
pub mod subtract;
pub mod trunc;