chroma_types/
operators_generated.rs

1/// Well-known function IDs and names that are pre-populated in the database
2///
3/// GENERATED CODE - DO NOT EDIT MANUALLY
4/// This file is auto-generated from go/pkg/sysdb/metastore/db/dbmodel/constants.go
5/// by the build script in rust/types/build.rs
6use uuid::Uuid;
7
8/// UUID for the built-in record_counter function
9pub const FUNCTION_RECORD_COUNTER_ID: Uuid = Uuid::from_bytes([
10    0xcc, 0xf2, 0xe3, 0xba, 0x63, 0x3e, 0x43, 0xba, 0x93, 0x94, 0x46, 0xb0, 0xc5, 0x4c, 0x61, 0xe3,
11]);
12/// Name of the built-in record_counter function
13pub const FUNCTION_RECORD_COUNTER_NAME: &str = "record_counter";
14
15/// UUID for the built-in statistics function
16pub const FUNCTION_STATISTICS_ID: Uuid = Uuid::from_bytes([
17    0x30, 0x4b, 0x58, 0xad, 0xa5, 0xcb, 0x41, 0xdc, 0xb8, 0x8f, 0x36, 0xdd, 0x3b, 0xf1, 0xd4, 0x01,
18]);
19/// Name of the built-in statistics function
20pub const FUNCTION_STATISTICS_NAME: &str = "statistics";