public static enum AggregateUnaryCPInstruction.AUType extends Enum<AggregateUnaryCPInstruction.AUType>
| Enum Constant and Description | 
|---|
| COUNT_DISTINCT | 
| COUNT_DISTINCT_APPROX | 
| DEFAULT | 
| EXISTS | 
| LENGTH | 
| LINEAGE | 
| NCOL | 
| NROW | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isMeta() | 
| static AggregateUnaryCPInstruction.AUType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AggregateUnaryCPInstruction.AUType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AggregateUnaryCPInstruction.AUType NROW
public static final AggregateUnaryCPInstruction.AUType NCOL
public static final AggregateUnaryCPInstruction.AUType LENGTH
public static final AggregateUnaryCPInstruction.AUType EXISTS
public static final AggregateUnaryCPInstruction.AUType LINEAGE
public static final AggregateUnaryCPInstruction.AUType COUNT_DISTINCT
public static final AggregateUnaryCPInstruction.AUType COUNT_DISTINCT_APPROX
public static final AggregateUnaryCPInstruction.AUType DEFAULT
public static AggregateUnaryCPInstruction.AUType[] values()
for (AggregateUnaryCPInstruction.AUType c : AggregateUnaryCPInstruction.AUType.values()) System.out.println(c);
public static AggregateUnaryCPInstruction.AUType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isMeta()
Copyright © 2021 The Apache Software Foundation. All rights reserved.