pub struct UniqueByFunction;Expand description
unique_by 函数 - 按表达式结果去重
Trait Implementations§
Source§impl AdvancedBuiltinFunction for UniqueByFunction
impl AdvancedBuiltinFunction for UniqueByFunction
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 UniqueByFunction
impl RefUnwindSafe for UniqueByFunction
impl Send for UniqueByFunction
impl Sync for UniqueByFunction
impl Unpin for UniqueByFunction
impl UnwindSafe for UniqueByFunction
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