pub struct SortByFunction;Expand description
sort_by 函数 - 按表达式结果排序
Trait Implementations§
Source§impl AdvancedBuiltinFunction for SortByFunction
impl AdvancedBuiltinFunction for SortByFunction
Source§fn execute_with_expressions(
&self,
args: &[PathExpression],
evaluator: &ExpressionEvaluator,
input: &Value,
) -> Result<Vec<Value>, EvaluationError>
fn execute_with_expressions( &self, args: &[PathExpression], evaluator: &ExpressionEvaluator, input: &Value, ) -> Result<Vec<Value>, EvaluationError>
执行函数(支持表达式参数)
Source§fn description(&self) -> &str
fn description(&self) -> &str
函数描述
Auto Trait Implementations§
impl Freeze for SortByFunction
impl RefUnwindSafe for SortByFunction
impl Send for SortByFunction
impl Sync for SortByFunction
impl Unpin for SortByFunction
impl UnwindSafe for SortByFunction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more