mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
core: Drop Clone and PartialEq from Func enum
We don't need them anywhere and they make it hard to introduce GenericFunction.
This commit is contained in:
parent
dca47f62ea
commit
858aecfea2
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ impl Display for MathFunc {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug)]
|
||||
pub enum Func {
|
||||
Agg(AggFunc),
|
||||
Scalar(ScalarFunc),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue