public class ContigSplitGroupByResult extends Object implements AutoCloseable
| Constructor and Description |
|---|
ContigSplitGroupByResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeGroups()
Close the split group tables
|
void |
closeUniqKeyTable()
Close the key table or key columns
|
ContiguousTable[] |
getGroups()
Get the split group tables.
|
Table |
getUniqKeyTable()
Get the key table, each row in the key table is corresponding to a group.
|
public Table getUniqKeyTable()
public void closeUniqKeyTable()
public ContiguousTable[] getGroups()
public void closeGroups()
public void close()
close in interface AutoCloseableCopyright © 2023. All rights reserved.