| Package | Description |
|---|---|
| tech.bitey.dataframe |
| Modifier and Type | Method and Description |
|---|---|
FloatColumn |
FloatColumn.append(Column<Float> tail) |
FloatColumn |
FloatColumn.copy() |
FloatColumn |
DataFrame.deriveColumn(ToFloatFunction<Row> function)
Derive a new
FloatColumn from the rows of this dataframe. |
FloatColumn |
DataFrame.floatColumn(int columnIndex)
Returns the
FloatColumn at the specified index. |
FloatColumn |
DataFrame.floatColumn(String columnName)
Returns the specified
FloatColumn |
FloatColumn |
FloatColumn.head(Float toElement) |
FloatColumn |
FloatColumn.head(Float toElement,
boolean inclusive) |
static FloatColumn |
FloatColumn.of(Float... elements)
Returns a new
FloatColumn containing the specified elements. |
FloatColumn |
FloatColumn.subColumn(int fromIndex,
int toIndex) |
FloatColumn |
FloatColumn.subColumnByValue(Float fromElement,
boolean fromInclusive,
Float toElement,
boolean toInclusive) |
FloatColumn |
FloatColumn.subColumnByValue(Float fromElement,
Float toElement) |
FloatColumn |
FloatColumn.tail(Float fromElement) |
FloatColumn |
FloatColumn.tail(Float fromElement,
boolean inclusive) |
FloatColumn |
FloatColumn.toDistinct() |
FloatColumn |
FloatColumn.toHeap() |
FloatColumn |
FloatColumn.toSorted() |
| Modifier and Type | Method and Description |
|---|---|
static Collector<Float,?,FloatColumn> |
FloatColumn.collector()
Collects a stream of
Floats into a new FloatColumn. |
static Collector<Float,?,FloatColumn> |
FloatColumn.collector(int characteristic)
Collects a stream of
Floats into a new FloatColumn with the
specified characteristic. |
Copyright © 2020. All rights reserved.