XYColumnarData

interface XYColumnarData<out T, out X : T, out Y : T> : ColumnarData<T>

The buffer of X values.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun get(symbol: Symbol): Buffer<T>?

Provide a column by symbol or null if column with given symbol is not defined

Properties

Link copied to clipboard
abstract val size: Int
Link copied to clipboard
abstract val x: Buffer<X>

The buffer of X values

Link copied to clipboard
abstract val y: Buffer<Y>

The buffer of Y values.

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard