public class IntegerColumn extends NumberColumn<Integer,IntegerColumn>
GROW_FACTOR, INIT_SIZE, valuesERROR_APPENDING| Constructor and Description |
|---|
IntegerColumn() |
IntegerColumn(String name) |
IntegerColumn(String name,
Integer[] values) |
| Modifier and Type | Method and Description |
|---|---|
IntegerColumn |
copy()
Creates a copy of this column
|
Parser<Integer> |
getParser()
Returns a
Parser for the type of the values in this column. |
protected IntegerColumn |
getThis()
Used to return the right column type for
|
Class<Integer> |
getType()
Returns the type of the values in this column.
|
Integer |
getValueFromRow(Row<?,?> row,
int headerIndex) |
<H> Integer |
getValueFromRow(Row<?,H> row,
H headerName) |
add, add, divide, divide, get, max, mean, median, min, multiply, multiply, subtract, subtract, sumclear, contains, containsAll, doAppend, doAppendAll, doAppendNA, doMap, doReverse, doSet, doSetNA, doSort, doSort, isEmpty, isNA, iterator, size, toArray, toArray, uniqappend, append, append, append, appendAll, appendNA, endDataFrameAppend, getDataFrame, getName, map, notifyDataFrameColumnChanged, notifyDataFrameValueChanged, reverse, set, setDataFrame, setNA, setName, sort, sort, startDataFrameAppend, toDouble, transform, transform, validateAppendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IntegerColumn()
public IntegerColumn(String name)
protected IntegerColumn getThis()
DataFrameColumngetThis in class DataFrameColumn<Integer,IntegerColumn>public Class<Integer> getType()
DataFrameColumnComparablegetType in class DataFrameColumn<Integer,IntegerColumn>public Parser<Integer> getParser()
DataFrameColumnParser for the type of the values in this column.getParser in class DataFrameColumn<Integer,IntegerColumn>public IntegerColumn copy()
DataFrameColumncopy in class DataFrameColumn<Integer,IntegerColumn>public <H> Integer getValueFromRow(Row<?,H> row, H headerName)
getValueFromRow in class DataFrameColumn<Integer,IntegerColumn>public Integer getValueFromRow(Row<?,?> row, int headerIndex)
getValueFromRow in class DataFrameColumn<Integer,IntegerColumn>Copyright © 2017. All rights reserved.