public class ColumnIndicesParser
extends java.lang.Object
| Constructor and Description |
|---|
ColumnIndicesParser() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
parseAndCheckComparedColumnIndices(Frame deduplicatedFrame,
Val comparedColumns) |
public static int[] parseAndCheckComparedColumnIndices(Frame deduplicatedFrame, Val comparedColumns) throws java.lang.IllegalArgumentException
deduplicatedFrame - Deduplicated frame to look for vectors incomparedColumns - A Val instance of columns to be compared during row de-duplication process.
Accepts AstStr, AstStrList,
and AstNumList.java.lang.IllegalArgumentException - If comparedColumns field is not of given type. If any given column is not
recognized in deduplicatedFrame or if any column compared has unsupported type.