public final class Flips extends Object
| Constructor and Description | 
|---|
Flips()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object[] | 
getColumn(c.Flip table,
         Integer column)
Returns the specified column from the data. 
 | 
static int | 
getRowCount(c.Flip table)
Returns the row count of the specified table 
 | 
static boolean | 
isNullOrEmpty(c.Flip table)  | 
static boolean | 
isNullOrEmpty(KdbTable table)  | 
public static int getRowCount(c.Flip table)
table - The table to count the number of rowsFlips#getColumn(Flip, Integer)public static Object[] getColumn(c.Flip table, Integer column)
table - The table to get the column fromcolumn - The index of the column to returnpublic static boolean isNullOrEmpty(KdbTable table)
true if the specified table is null or has no data in it; false otherwisepublic static boolean isNullOrEmpty(c.Flip table)
true if the specified table is null or has no data in it; false otherwiseCopyright © 2017. All rights reserved.