cadenza / cadenza.frame / DataFrame

DataFrame

abstract class DataFrame

Constructors

<init>

DataFrame()

Functions

getDouble

abstract fun getDouble(slot: Slot): Double

getFloat

abstract fun getFloat(slot: Slot): Float

getInteger

abstract fun getInteger(slot: Slot): Int

getLong

abstract fun getLong(slot: Slot): Long

getObject

abstract fun getObject(slot: Slot): Any?

getValue

abstract fun getValue(slot: Slot): Any?

isDouble

abstract fun isDouble(slot: Slot): Boolean

isFloat

abstract fun isFloat(slot: Slot): Boolean

isInteger

abstract fun isInteger(slot: Slot): Boolean

isLong

abstract fun isLong(slot: Slot): Boolean

isObject

abstract fun isObject(slot: Slot): Boolean

Inheritors

ArrayMappedDataFrame

class ArrayMappedDataFrame : DataFrame