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 1f5bbf4
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 241 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 1f5bbf4

Please sign in to comment.