Skip to content

Commit

Permalink
[Feature] Support multiple fields in sequence-group
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuf committed Jun 4, 2024
1 parent ee1d541 commit 5e1192f
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 240 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public class CoreOptions implements Serializable {

public static final String FIELDS_PREFIX = "fields";

public static final String FIELDS_SEPARATOR = ",";

public static final String AGG_FUNCTION = "aggregate-function";
public static final String DEFAULT_AGG_FUNCTION = "default-aggregate-function";

Expand Down
Loading

0 comments on commit 5e1192f

Please sign in to comment.