Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesdevil committed Mar 25, 2023
1 parent 740a979 commit c8953d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/query/expression/src/expression.rs
Expand Up @@ -63,12 +63,6 @@ pub enum RawExpr<Index: ColumnIndex = usize> {
params: Vec<usize>,
args: Vec<RawExpr<Index>>,
},
// WindowFuncion {
// span: Span,
// name: String,
// params: Vec<usize>,
// args: Vec<RawExpr<Index>>,
// }
}

/// A type-checked and ready to be evaluated expression, having all overloads chosen for function calls.
Expand Down

0 comments on commit c8953d9

Please sign in to comment.