public class BooleanColumnWrapper extends ColumnWrapper implements BooleanColumn
append, append, appendMissing, appendObject, asBooleanColumn, asBooleanColumn, asBytes, asDoubleColumn, asDoubleColumn, asFloatColumn, asFloatColumn, asIntColumn, asIntColumn, asLongColumn, asLongColumn, asShortColumn, asShortColumn, assignWithValue, asStringColumn, asStringColumn, byteSize, capacity, clear, columnMetadata, columnWidth, comment, compare, copy, countMissing, countMissing, countUnique, countUnique, dataSize, defrag, difference, difference, emptyCopy, emptyCopy, fillWithValue, first, first, first, first, getBoolean, getDouble, getFloat, getIndex, getInt, getLong, getObject, getPrecision, getScale, getSelection, getShort, getSnapshotTable, getString, id, indexIterator, isEmpty, isEmpty, isMissing, isMissing, isMissing, isNotMissing, isNotMissing, last, last, last, last, name, print, removeLast, rowComparator, rowComparator, select, selectNoMissing, selectNoMissing, setBoolean, setComment, setDouble, setFloat, setIndex, setInt, setLong, setName, setObject, setShort, setSnapshotTable, setString, size, size, sizeInMemoryData, sizeInMemoryFull, sizeOnDisk, sortAscending, sortDescending, subset, summary, title, toDoubleArray, toDoubleArray, trimToSelection, trimToSelection, trimToSize, type, unique, unique, wrap
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, create, create, create
append, append, appendMissing, appendObject, asBooleanColumn, asBooleanColumn, asBytes, asDoubleColumn, asDoubleColumn, asFloatColumn, asFloatColumn, asIntColumn, asIntColumn, asLongColumn, asLongColumn, asShortColumn, asShortColumn, assignWithValue, asStringColumn, asStringColumn, byteSize, capacity, clear, columnMetadata, columnWidth, comment, compare, copy, countMissing, countMissing, countUnique, countUnique, dataSize, defrag, difference, difference, emptyCopy, emptyCopy, fillWithValue, first, first, first, first, getBoolean, getDouble, getFloat, getIndex, getInt, getLong, getLongUnscaled, getObject, getPrecision, getScale, getSelection, getShort, getSnapshotTable, getString, id, indexIterator, isEmpty, isEmpty, isMissing, isMissing, isMissing, isNotMissing, isNotMissing, last, last, last, last, name, print, removeLast, rowComparator, rowComparator, select, selectNoMissing, selectNoMissing, setBoolean, setComment, setDouble, setFloat, setIndex, setInt, setLong, setName, setObject, setShort, setSnapshotTable, setString, size, size, sizeInMemoryData, sizeInMemoryFull, sizeOnDisk, sortAscending, sortDescending, subset, summary, title, toDoubleArray, toDoubleArray, trimToSelection, trimToSelection, trimToSize, type, unique, unique, withName, wrap
public void append(boolean b)
append
in interface BooleanColumn
public void append(byte b)
append
in interface BooleanColumn
public void set(int i, boolean b)
set
in interface BooleanColumn
public void set(int i, byte b)
set
in interface BooleanColumn
public void set(boolean newValue, Selection selection)
set
in interface BooleanColumn
public void assignWithValue(boolean value)
assignWithValue
in interface BooleanColumn
public void fillWithValue(boolean value, int size)
fillWithValue
in interface BooleanColumn
public void fillWithValue(byte value, int size)
fillWithValue
in interface BooleanColumn
public java.lang.Boolean get(int i)
get
in interface BooleanColumn
public byte getByte(int i)
getByte
in interface BooleanColumn
public int countTrue(Selection selection)
countTrue
in interface BooleanColumn
public int countTrue()
countTrue
in interface BooleanColumn
public int countFalse(Selection selection)
countFalse
in interface BooleanColumn
public int countFalse()
countFalse
in interface BooleanColumn
public double proportionTrue(Selection selection)
proportionTrue
in interface BooleanColumn
public double proportionTrue()
proportionTrue
in interface BooleanColumn
public double proportionFalse(Selection selection)
proportionFalse
in interface BooleanColumn
public double proportionFalse()
proportionFalse
in interface BooleanColumn
public BooleanColumn and(BooleanColumn column)
and
in interface BooleanColumn
public BooleanColumn and(BooleanColumn column, Selection selection)
and
in interface BooleanColumn
public BooleanColumn or(BooleanColumn column)
or
in interface BooleanColumn
public BooleanColumn or(BooleanColumn column, Selection selection)
or
in interface BooleanColumn
public BooleanColumn andNot(BooleanColumn column)
andNot
in interface BooleanColumn
public BooleanColumn andNot(BooleanColumn column, Selection selection)
andNot
in interface BooleanColumn
public Selection isFalse(Selection selection)
isFalse
in interface BooleanColumn
public Selection isFalse()
isFalse
in interface BooleanColumn
public Selection isTrue(Selection selection)
isTrue
in interface BooleanColumn
public Selection isTrue()
isTrue
in interface BooleanColumn
public Selection isEqualTo(BooleanColumn other, Selection selection)
isEqualTo
in interface BooleanColumn
public Selection isEqualTo(BooleanColumn other)
isEqualTo
in interface BooleanColumn
public Selection where(BooleanPredicate predicate, Selection selection)
where
in interface BooleanColumn
public Selection where(BooleanPredicate predicate)
where
in interface BooleanColumn
public ByteArrayList data()
data
in interface BooleanColumn
public IntColumn toIntColumn(Selection selection)
toIntColumn
in interface BooleanColumn
public IntColumn toIntColumn()
toIntColumn
in interface BooleanColumn
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.