public interface ShortColumn extends NumericColumn
asPercent, asPercent, asRatio, asRatio, cubeRoot, cubeRoot, executeDoubleOperation, log10, log10, log1p, log1p, logN, logN, pctChange, pctChange, power, power, sqrt, sqrt, sum, sum
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, countMissing, countMissing, countUnique, countUnique, dataSize, defrag, fillWithValue, first, first, first, first, getBoolean, getDouble, getFloat, getIndex, getInt, getLong, getLongUnscaled, getObject, getPrecision, getScale, getSelection, getShort, getSnapshotTable, getString, id, indexIterator, isEmpty, isMissing, isMissing, isNotMissing, isNotMissing, last, last, last, last, name, print, removeLast, rowComparator, rowComparator, 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
static ShortColumn create(java.lang.String name)
static ShortColumn create(java.lang.String name, int initialSize)
static ShortColumn create(java.lang.String name, short[] arr)
static ShortColumn create(ColumnMetadata metadata)
void append(short i)
void set(int index, short value)
void set(short newValue, Selection rowSelection)
ShortColumn copy()
void assignWithValue(short value)
void fillWithValue(short value, int size)
short get(int index)
default short firstElement()
short firstElement(Selection selection)
boolean contains(short value)
ShortArrayList data()
ShortColumn select(Selection selection)
ShortColumn emptyCopy()
ShortColumn emptyCopy(int rowSize)
default ShortArrayList top(int n)
ShortArrayList top(int n, Selection selection)
default ShortArrayList bottom(int n)
ShortArrayList bottom(int n, Selection selection)
ShortColumn selectIf(ShortPredicate predicate)
default ShortColumn add(short value)
ShortColumn add(short value, Selection selection)
default ShortColumn add(Column column2)
ShortColumn add(Column column2, Selection selection)
default ShortColumn remainder(short value)
ShortColumn remainder(short value, Selection selection)
default ShortColumn remainder(Column column2)
ShortColumn remainder(Column column2, Selection selection)
default ShortColumn subtract(short value)
ShortColumn subtract(short value, Selection selection)
default ShortColumn subtract(Column column2)
ShortColumn subtract(Column column2, Selection selection)
default ShortColumn multiply(short value)
ShortColumn multiply(short value, Selection selection)
default ShortColumn multiply(double value)
ShortColumn multiply(double value, Selection selection)
default ShortColumn multiply(Column column2)
ShortColumn multiply(Column column2, Selection selection)
default ShortColumn divide(short value)
ShortColumn divide(short value, Selection selection)
default ShortColumn divide(double value)
ShortColumn divide(double value, Selection selection)
default ShortColumn divide(Column column2)
ShortColumn divide(Column column2, Selection selection)
default ShortColumn square()
square
in interface NumericColumn
ShortColumn square(Selection selection)
square
in interface NumericColumn
default ShortColumn cube()
cube
in interface NumericColumn
ShortColumn cube(Selection selection)
cube
in interface NumericColumn
default ShortColumn abs()
abs
in interface NumericColumn
ShortColumn abs(Selection selection)
abs
in interface NumericColumn
default ShortColumn neg()
neg
in interface NumericColumn
ShortColumn neg(Selection selection)
neg
in interface NumericColumn
default ShortColumn cumSum()
cumSum
in interface NumericColumn
ShortColumn cumSum(Selection selection)
cumSum
in interface NumericColumn
default ShortColumn cumProd()
cumProd
in interface NumericColumn
ShortColumn cumProd(Selection selection)
cumProd
in interface NumericColumn
default ShortColumn difference()
difference
in interface Column
difference
in interface NumericColumn
ShortColumn difference(Selection selection)
difference
in interface Column
difference
in interface NumericColumn
default Selection isLessThan(short i)
default Selection isGreaterThan(short i)
default Selection isEqualTo(ShortColumn f)
Selection isEqualTo(ShortColumn f, Selection selection)
default Selection isGreaterThan(ShortColumn f)
Selection isGreaterThan(ShortColumn f, Selection selection)
default Selection isLessThan(ShortColumn f)
Selection isLessThan(ShortColumn f, Selection selection)
default Selection isGreaterThanOrEqualTo(short i)
default Selection isLessThanOrEqualTo(short i)
default Selection isNotEqualTo(short i)
default Selection isEqualTo(short i)
default Selection isPositive()
default Selection isNegative()
default Selection isNonNegative()
default Selection isZero()
default Selection isEven()
default Selection isOdd()
default Selection select(ShortPredicate predicate)
Selection select(ShortPredicate predicate, Selection selection)
default Selection select(ShortBiPredicate predicate, short valueToCompareAgainst)
Selection select(ShortBiPredicate predicate, short valueToCompareAgainst, Selection selection)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.