diff --git a/src/parser/index.ts b/src/parser/index.ts index 46dd3e8..8858d79 100644 --- a/src/parser/index.ts +++ b/src/parser/index.ts @@ -2,3 +2,9 @@ export * from './generic'; export * from './plsql'; export * from './hive'; export * from './flinksql'; +export * from './spark'; +export { default as GenericSQL } from './generic'; +export { default as PLSQL } from './plsql'; +export { default as HiveSQL } from './hive'; +export { default as FlinkSQL } from './flinksql'; +export { default as SparkSQL } from './spark';