Expand description
函数模块
提供表达式中可用的各种函数类型,包括内置函数、自定义函数、方法和已废弃函数
Re-exports§
pub use crate::functions::defs::FunctionTypecheck;pub use crate::functions::internal::InternalFunction;pub use crate::functions::custom::CustomFunction;
Modules§
Structs§
- Closure
Function Iter - An iterator over the variants of ClosureFunction
- Function
Registry - 函数注册表
- Method
Registry - 方法注册表
Enums§
- Closure
Function - 闭包函数枚举
- Date
Method - 日期方法枚举
- Deprecated
Function - 已废弃函数枚举
- Function
Kind - 函数类型枚举
- Method
Kind - 方法类型枚举