public class BooleanColumn extends BasicColumn<Boolean,BooleanColumn>
GROW_FACTOR, INIT_SIZE, valuesERROR_APPENDING| Constructor and Description |
|---|
BooleanColumn() |
BooleanColumn(String name) |
BooleanColumn(String name,
Boolean[] values) |
| Modifier and Type | Method and Description |
|---|---|
BooleanColumn |
and(BooleanColumn other) |
BooleanColumn |
andNot(BooleanColumn other) |
BooleanColumn |
copy()
Creates a copy of this column
|
BooleanColumn |
flip() |
Parser<Boolean> |
getParser()
Returns a
Parser for the type of the values in this column. |
protected BooleanColumn |
getThis()
Used to return the right column type for
|
Class<Boolean> |
getType()
Returns the type of the values in this column.
|
Boolean |
getValueFromRow(Row<?,?> row,
int headerIndex) |
<H> Boolean |
getValueFromRow(Row<?,H> row,
H headerName) |
BooleanColumn |
or(BooleanColumn other) |
BooleanColumn |
xor(BooleanColumn other) |
clear, contains, containsAll, doAppend, doAppendAll, doAppendNA, doMap, doReverse, doSet, doSetNA, doSort, doSort, get, 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 BooleanColumn()
public BooleanColumn(String name)
public BooleanColumn and(BooleanColumn other)
public BooleanColumn andNot(BooleanColumn other)
public BooleanColumn or(BooleanColumn other)
public BooleanColumn xor(BooleanColumn other)
public BooleanColumn flip()
protected BooleanColumn getThis()
DataFrameColumngetThis in class DataFrameColumn<Boolean,BooleanColumn>public Class<Boolean> getType()
DataFrameColumnComparablegetType in class DataFrameColumn<Boolean,BooleanColumn>public Parser<Boolean> getParser()
DataFrameColumnParser for the type of the values in this column.getParser in class DataFrameColumn<Boolean,BooleanColumn>public BooleanColumn copy()
DataFrameColumncopy in class DataFrameColumn<Boolean,BooleanColumn>public <H> Boolean getValueFromRow(Row<?,H> row, H headerName)
getValueFromRow in class DataFrameColumn<Boolean,BooleanColumn>public Boolean getValueFromRow(Row<?,?> row, int headerIndex)
getValueFromRow in class DataFrameColumn<Boolean,BooleanColumn>Copyright © 2017. All rights reserved.