Skip to main content

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";
21
22/// UUID for the built-in dummy_async function
23pub const FUNCTION_DUMMY_ASYNC_ID: Uuid = Uuid::from_bytes([
24    0x1d, 0xb3, 0xd1, 0x79, 0x37, 0xa7, 0x4c, 0x44, 0xa3, 0x01, 0x68, 0x7c, 0x1d, 0xa6, 0x9d, 0x7b,
25]);
26/// Name of the built-in dummy_async function
27pub const FUNCTION_DUMMY_ASYNC_NAME: &str = "dummy_async";
28
29/// UUID for the built-in http_generate function
30pub const FUNCTION_HTTP_GENERATE_ID: Uuid = Uuid::from_bytes([
31    0x9e, 0x3c, 0x75, 0x40, 0x4d, 0xdd, 0x40, 0xa2, 0xbb, 0xff, 0xad, 0x9c, 0xb3, 0xf0, 0x6e, 0xfc,
32]);
33/// Name of the built-in http_generate function
34pub const FUNCTION_HTTP_GENERATE_NAME: &str = "http_generate";
35
36/// UUID for the built-in http_currents function
37pub const FUNCTION_HTTP_CURRENTS_ID: Uuid = Uuid::from_bytes([
38    0x63, 0xfd, 0xf2, 0x20, 0xee, 0xfb, 0x4a, 0xd9, 0xa6, 0x86, 0x9f, 0x71, 0x96, 0x55, 0xae, 0xb3,
39]);
40/// Name of the built-in http_currents function
41pub const FUNCTION_HTTP_CURRENTS_NAME: &str = "http_currents";
42
43/// UUID for the built-in revision_history function
44pub const FUNCTION_REVISION_HISTORY_ID: Uuid = Uuid::from_bytes([
45    0x2d, 0xf4, 0x34, 0x2c, 0x5b, 0x5a, 0x49, 0xaa, 0x83, 0x45, 0xc4, 0x65, 0x03, 0xe8, 0x55, 0x09,
46]);
47/// Name of the built-in revision_history function
48pub const FUNCTION_REVISION_HISTORY_NAME: &str = "revision_history";
49
50/// UUID for the built-in count_to_file_async function
51pub const FUNCTION_COUNT_TO_FILE_ASYNC_ID: Uuid = Uuid::from_bytes([
52    0xeb, 0x12, 0x5f, 0x49, 0x1e, 0x8b, 0x45, 0xd9, 0xbb, 0x20, 0xe8, 0x4f, 0x2e, 0xae, 0x4e, 0x92,
53]);
54/// Name of the built-in count_to_file_async function
55pub const FUNCTION_COUNT_TO_FILE_ASYNC_NAME: &str = "count_to_file_async";