protected IntColumn |
IntColumnBuilder.buildNonNullColumn(ByteBuffer trim) |
IntColumn |
DataFrameImpl.deriveColumn(ToIntFunction<Row> function) |
IntColumn |
DataFrame.deriveColumn(ToIntFunction<Row> function) |
protected IntColumn |
IntColumnBuilder.empty() |
IntColumn |
IntColumn.head(Integer toElement) |
IntColumn |
IntColumn.head(Integer toElement,
boolean inclusive) |
IntColumn |
DataFrameImpl.intColumn(int columnIndex) |
IntColumn |
DataFrame.intColumn(int columnIndex) |
IntColumn |
DataFrameImpl.intColumn(String columnName) |
IntColumn |
DataFrame.intColumn(String columnName) |
static IntColumn |
IntColumn.of(Integer... elements) |
IntColumn |
IntColumn.subColumn(Integer fromElement,
boolean fromInclusive,
Integer toElement,
boolean toInclusive) |
IntColumn |
IntColumn.subColumn(Integer fromElement,
Integer toElement) |
IntColumn |
IntColumn.subColumn(int fromIndex,
int toIndex) |
IntColumn |
IntColumn.tail(Integer fromElement) |
IntColumn |
IntColumn.tail(Integer fromElement,
boolean inclusive) |
protected IntColumn |
IntColumnBuilder.wrapNullableColumn(IntColumn column,
tech.bitey.bufferstuff.BufferBitSet nonNulls) |