// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 ReifyDB
#[path = "../utils.rs"]
mod utils;
mod any;
mod bigint;
mod biguint;
mod blob;
mod r#bool;
mod date;
mod datetime;
mod decimal;
mod dictionary_id;
mod duration;
mod float4;
mod float8;
mod identity_id;
mod int1;
mod int16;
mod int2;
mod int4;
mod int8;
mod time;
mod uint1;
mod uint16;
mod uint2;
mod uint4;
mod uint8;
mod utf8;
mod uuid4;
mod uuid7;