| Package | Description |
|---|---|
| de.unknownreality.dataframe | |
| de.unknownreality.dataframe.column |
| Modifier and Type | Method and Description |
|---|---|
NumberColumn |
DataFrame.getNumberColumn(String name)
Returns a
NumberColumn
If the column is not found or has the wrong type a DataFrameRuntimeException is thrown. |
| Modifier and Type | Class and Description |
|---|---|
class |
NumberColumn<T extends Number & Comparable<T>,C extends NumberColumn<T,C>>
Created by Alex on 11.03.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteColumn
Created by Alex on 09.03.2016.
|
class |
DoubleColumn
Created by Alex on 09.03.2016.
|
class |
FloatColumn
Created by Alex on 09.03.2016.
|
class |
IntegerColumn
Created by Alex on 09.03.2016.
|
class |
LongColumn
Created by Alex on 09.03.2016.
|
class |
ShortColumn
Created by Alex on 09.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
C |
NumberColumn.add(NumberColumn column)
Adds the values of another
NumberColumn to the values in this column. |
C |
NumberColumn.divide(NumberColumn column)
Divides the values of this column by the values of another
NumberColumn. |
C |
NumberColumn.multiply(NumberColumn column)
Multiplies the values of another
NumberColumn to the values in this column. |
C |
NumberColumn.subtract(NumberColumn column)
Subtracts the values of another
NumberColumn from the values in this column. |
Copyright © 2017. All rights reserved.