public class ShortColumn extends NumberColumn<Short,ShortColumn>
GROW_FACTOR, INIT_SIZE, valuesERROR_APPENDING| Constructor and Description |
|---|
ShortColumn() |
ShortColumn(String name) |
ShortColumn(String name,
Short[] values) |
| Modifier and Type | Method and Description |
|---|---|
ShortColumn |
copy()
Creates a copy of this column
|
Parser<Short> |
getParser()
Returns a
Parser for the type of the values in this column. |
protected ShortColumn |
getThis()
Used to return the right column type for
|
Class<Short> |
getType()
Returns the type of the values in this column.
|
Short |
getValueFromRow(Row<?,?> row,
int headerIndex) |
<H> Short |
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 ShortColumn()
public ShortColumn(String name)
public Class<Short> getType()
DataFrameColumnComparablegetType in class DataFrameColumn<Short,ShortColumn>public Parser<Short> getParser()
DataFrameColumnParser for the type of the values in this column.getParser in class DataFrameColumn<Short,ShortColumn>protected ShortColumn getThis()
DataFrameColumngetThis in class DataFrameColumn<Short,ShortColumn>public ShortColumn copy()
DataFrameColumncopy in class DataFrameColumn<Short,ShortColumn>public <H> Short getValueFromRow(Row<?,H> row, H headerName)
getValueFromRow in class DataFrameColumn<Short,ShortColumn>public Short getValueFromRow(Row<?,?> row, int headerIndex)
getValueFromRow in class DataFrameColumn<Short,ShortColumn>Copyright © 2017. All rights reserved.