public class EnumMethodEnumParams extends Object
Modifier and Type | Field and Description |
---|---|
static DotMethodFP[] |
AGGREGATE_FP |
static DotMethodFP[] |
ALLOF_ANYOF |
static DotMethodFP[] |
AVERAGE_SUMOF |
static DotMethodFP[] |
COUNTOF_FIRST_LAST |
static DotMethodFP[] |
GROUP |
static DotMethodFP[] |
MAP |
static DotMethodFP[] |
MIN_MAX |
static DotMethodFP[] |
MOST_LEAST_FREQ |
static DotMethodFP[] |
NOOP_REVERSE |
static DotMethodFP[] |
ORDERBY_DISTINCT |
static DotMethodFP[] |
SELECTFROM_MINBY_MAXBY |
static DotMethodFP[] |
SEQ_EQUALS_FP |
static DotMethodFP[] |
SET_LOGIC_FP |
static DotMethodFP[] |
TAKE |
static DotMethodFP[] |
TAKELAST |
static DotMethodFP[] |
WHERE_FP |
Constructor and Description |
---|
EnumMethodEnumParams() |
public static final DotMethodFP[] NOOP_REVERSE
public static final DotMethodFP[] COUNTOF_FIRST_LAST
public static final DotMethodFP[] TAKELAST
public static final DotMethodFP[] TAKE
public static final DotMethodFP[] AGGREGATE_FP
public static final DotMethodFP[] ALLOF_ANYOF
public static final DotMethodFP[] MIN_MAX
public static final DotMethodFP[] SELECTFROM_MINBY_MAXBY
public static final DotMethodFP[] AVERAGE_SUMOF
public static final DotMethodFP[] MOST_LEAST_FREQ
public static final DotMethodFP[] MAP
public static final DotMethodFP[] GROUP
public static final DotMethodFP[] ORDERBY_DISTINCT
public static final DotMethodFP[] WHERE_FP
public static final DotMethodFP[] SET_LOGIC_FP
public static final DotMethodFP[] SEQ_EQUALS_FP