public static enum Aggregate.Group extends Enum<Aggregate.Group>
| Modifier and Type | Method and Description |
|---|---|
static Aggregate.Group |
induce(ImmutableBitSet groupSet,
List<ImmutableBitSet> groupSets) |
static Aggregate.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregate.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aggregate.Group SIMPLE
public static final Aggregate.Group ROLLUP
public static final Aggregate.Group CUBE
public static final Aggregate.Group OTHER
public static Aggregate.Group[] values()
for (Aggregate.Group c : Aggregate.Group.values()) System.out.println(c);
public static Aggregate.Group 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 static Aggregate.Group induce(ImmutableBitSet groupSet, List<ImmutableBitSet> groupSets)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.