File tree 1 file changed +11
-4
lines changed
core/src/main/java/com/dtstack/flink/sql/parser
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
package com .dtstack .flink .sql .parser ;
22
22
23
- import org .apache .calcite .config .Lex ;
24
- import org .apache .calcite .sql .*;
25
- import org .apache .calcite .sql .parser .SqlParseException ;
26
- import org .apache .calcite .sql .parser .SqlParser ;
23
+ import org .apache .calcite .sql .SqlInsert ;
24
+ import org .apache .calcite .sql .SqlJoin ;
25
+ import org .apache .calcite .sql .SqlKind ;
26
+ import org .apache .calcite .sql .SqlNode ;
27
+ import org .apache .calcite .sql .SqlSelect ;
28
+ import org .apache .calcite .sql .SqlNodeList ;
29
+ import org .apache .calcite .sql .SqlBasicCall ;
30
+ import org .apache .calcite .sql .SqlMatchRecognize ;
31
+ import org .apache .calcite .sql .SqlOrderBy ;
32
+ import org .apache .calcite .sql .SqlIdentifier ;
33
+ import org .apache .calcite .sql .SqlAsOperator ;
27
34
import org .apache .calcite .sql .parser .SqlParserPos ;
28
35
import org .apache .commons .lang3 .StringUtils ;
29
36
import com .google .common .collect .Lists ;
You can’t perform that action at this time.
0 commit comments