Skip to content

Commit

Permalink
added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev committed Apr 19, 2024
1 parent 15fdf00 commit 543de74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rayql-engine/src/sql/to_sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ impl EnumVariant {
}
}

// TODO: throw exception if an argument is passed
// to a function which does not accepts any arguments
impl FunctionCall {
pub fn to_sql(&self, schema: &Schema) -> Result<String, ToSQLError> {
match self.name.as_str() {
Expand Down

0 comments on commit 543de74

Please sign in to comment.