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