@Immutable public class Rows extends Object
Modifier and Type | Method and Description |
---|---|
static void |
appendRowToTable(int row,
Table oldTable,
Table newTable) |
static boolean |
compareRows(int rowInOriginal,
Table original,
Table tempTable) |
static void |
copyRowsToTable(it.unimi.dsi.fastutil.ints.IntArrayList rows,
Table oldTable,
Table newTable) |
static void |
copyRowsToTable(Selection rows,
Table oldTable,
Table newTable)
Copies the rows in oldTable to newTable if they are included in the given selection
TODO(lwhite): Possible performance enhancement: Consider implementing this method directly so we don't need array list
|
static void |
head(int rowCount,
Table oldTable,
Table newTable) |
static void |
tail(int rowsToInclude,
Table oldTable,
Table newTable) |
public static void copyRowsToTable(it.unimi.dsi.fastutil.ints.IntArrayList rows, Table oldTable, Table newTable)
public static void copyRowsToTable(Selection rows, Table oldTable, Table newTable)
Copyright © 2018. All rights reserved.