| Package | Description |
|---|---|
| org.apache.calcite.tools |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static PigRelBuilder.GroupOption |
PigRelBuilder.GroupOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PigRelBuilder.GroupOption[] |
PigRelBuilder.GroupOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PigRelBuilder |
PigRelBuilder.group(PigRelBuilder.GroupOption option,
PigRelBuilder.Partitioner partitioner,
int parallel,
Iterable<? extends RelBuilder.GroupKey> groupKeys) |
PigRelBuilder |
PigRelBuilder.group(PigRelBuilder.GroupOption option,
PigRelBuilder.Partitioner partitioner,
int parallel,
RelBuilder.GroupKey... groupKeys)
Groups the data in one or more relations.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.