| Modifier and Type | Method and Description |
|---|---|
Table |
innerJoin(Table.TableOperation rightJoinIndices)
Joins two tables on the join columns that are passed in.
|
Table |
leftJoin(Table.TableOperation rightJoinIndices)
Joins two tables on the join columns that are passed in.
|
PartitionedTable |
partition(int numberOfPartitions,
HashFunction hashFunction)
Partitions a table based on the number of partitions provided.
|
public Table leftJoin(Table.TableOperation rightJoinIndices)
rightJoinIndices - - Indices of the right table to join onTablepublic Table innerJoin(Table.TableOperation rightJoinIndices)
rightJoinIndices - - Indices of the right table to join onTablepublic PartitionedTable partition(int numberOfPartitions, HashFunction hashFunction)
numberOfPartitions - - number of partitions to usehashFunction - - hash function to use to partitionPartitionedTable - Table that exposes a limited functionality of the
Table classCopyright © 2019. All rights reserved.