lava-oushudb-dt-sql-parser/test/parser/spark/syntax/fixtures/list.sql
Frank d1c2920f80
Feat/spark sql auxiliary syntax (#165)
* feat: supplement SparkSQL add syntax unit test

* chore: recompile spark listener & visitor

---------

Co-authored-by: dilu <dilu@dtstack.com>
2023-10-09 09:49:22 +08:00

13 lines
232 B
SQL

-- LIST { FILE | FILES } file_name [ ... ]
LIST FILE;
LIST FILE /tmp/test /some/random/file /another/random/file;
-- LIST { JAR | JARS } file_name [ ... ]
LIST JAR;
LIST JAR /tmp/test.jar /some/random.jar /another/random.jar;