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) |
IntegerColumn(String name,
Integer[] values,
int size) |
| Modifier and Type | Method and Description |
|---|---|
IntegerColumn |
copy()
Creates a copy of this column
|
IntegerColumn |
copyEmpty()
Creates a empty copy (no values) 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, doAppend, get, getQuantile, getQuantiles, getSortedValues, isValueValid, max, mean, median, min, multiply, multiply, setValue, subtract, subtract, sumasList, clear, contains, containsAll, doAppendAll, doAppendNA, doMap, doReverse, doSet, doSetNA, doSort, doSort, isEmpty, isNA, iterator, setCapacity, size, toArray, toArray, toList, 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>public IntegerColumn copyEmpty()
DataFrameColumncopyEmpty in class DataFrameColumn<Integer,IntegerColumn>Copyright © 2020. All rights reserved.