Skip to content

Commit

Permalink
[feat](nereids) support create view in nereids
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Mar 25, 2024
1 parent 4cf6fdd commit 4922b79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public String toString() {
return sb.toString();
}

/** toSql*/
public String toSql() {
StringBuilder sb = new StringBuilder();
boundOffset.ifPresent(value -> sb.append(value + " "));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
import org.apache.doris.qe.ConnectContext;

import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ParseTree;
Expand Down

0 comments on commit 4922b79

Please sign in to comment.