Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui committed Aug 10, 2024
1 parent 9366c7c commit 7510bea
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ public class LoadStmt extends DdlStmt {

public static final String KEY_COMMENT = "comment";

public static final String KEY_ENCLOSE = "enclose";

public static final String KEY_ESCAPE = "escape";

private final LabelName label;
private final List<DataDescription> dataDescriptions;
private final BrokerDesc brokerDesc;
Expand Down

0 comments on commit 7510bea

Please sign in to comment.