public class PartitionSpec extends Object
PartitionSpec
describes how data is partitioned in Rank.Modifier and Type | Field and Description |
---|---|
static PartitionSpec |
ALL_IN_ONE
PartitionSpec makes all data in one partition.
|
static String |
FIELD_NAME_FIELDS |
Constructor and Description |
---|
PartitionSpec(int[] fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int[] |
getFieldIndices()
Gets field index of all fields in input.
|
int |
hashCode() |
String |
toString() |
public static final String FIELD_NAME_FIELDS
public static final PartitionSpec ALL_IN_ONE
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.