Re-exports§
pub use string_methods::MethodFunction;
Modules§
- astronomy
- base_
conversion - bigint
- bitwise
- Bitwise operations and binary visualization functions
- bitwise_
string - Bitwise operations on binary string representations
- case_
convert - chemistry
- comparison
- constants
- convert
- date_
time - financial
- format
- format_
number - geometry
- group_
num - hash
- integer_
limits - math
- mathematics
- number_
words - particle_
charges - physics
- random
- roman
- solar_
system - statistics
- string_
fun - string_
methods - string_
utils - text_
processing - trigonometry
- type_
checking - utility
Structs§
- Function
Registry - Registry for all SQL functions
- Function
Signature - Signature of a SQL function including metadata
Enums§
- ArgCount
- Describes the number of arguments a function accepts
- Function
Category - Category of SQL functions for organization and discovery
Traits§
- SqlFunction
- Trait that all SQL functions must implement