public static enum SpoofRowwise.RowType extends Enum<SpoofRowwise.RowType>
| Enum Constant and Description | 
|---|
| COL_AGG | 
| COL_AGG_B1 | 
| COL_AGG_B1_T | 
| COL_AGG_B1R | 
| COL_AGG_CONST | 
| COL_AGG_T | 
| FULL_AGG | 
| NO_AGG | 
| NO_AGG_B1 | 
| NO_AGG_CONST | 
| ROW_AGG | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isColumnAgg() | 
| boolean | isConstDim2(long dim2) | 
| boolean | isRowTypeB1() | 
| boolean | isRowTypeB1ColumnAgg() | 
| static SpoofRowwise.RowType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpoofRowwise.RowType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SpoofRowwise.RowType NO_AGG
public static final SpoofRowwise.RowType NO_AGG_B1
public static final SpoofRowwise.RowType NO_AGG_CONST
public static final SpoofRowwise.RowType FULL_AGG
public static final SpoofRowwise.RowType ROW_AGG
public static final SpoofRowwise.RowType COL_AGG
public static final SpoofRowwise.RowType COL_AGG_T
public static final SpoofRowwise.RowType COL_AGG_B1
public static final SpoofRowwise.RowType COL_AGG_B1_T
public static final SpoofRowwise.RowType COL_AGG_B1R
public static final SpoofRowwise.RowType COL_AGG_CONST
public static SpoofRowwise.RowType[] values()
for (SpoofRowwise.RowType c : SpoofRowwise.RowType.values()) System.out.println(c);
public static SpoofRowwise.RowType 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 isColumnAgg()
public boolean isRowTypeB1()
public boolean isRowTypeB1ColumnAgg()
public boolean isConstDim2(long dim2)
Copyright © 2020 The Apache Software Foundation. All rights reserved.