Skip to content

Commit

Permalink
Adding SET statement to parser
Browse files Browse the repository at this point in the history
	modified:   evadb/parser/evadb.lark
  • Loading branch information
hershd23 committed Sep 18, 2023
1 parent 22feed0 commit 0703cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evadb/parser/evadb.lark
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ drop_table: DROP TABLE if_exists? uid

drop_function: DROP FUNCTION if_exists? uid

// SET statements (configuration)
set_statement: SET uid EQUAL_SYMBOL (string_literal | decimal_literal | boolean_literal)

// Data Manipulation Language

Expand Down

0 comments on commit 0703cc4

Please sign in to comment.