XYZColumnarData
interface XYZColumnarData<out T, out X : T, out Y : T, out Z : T> : XYColumnarData<T, X, Y>
Content copied to clipboard
A ColumnarData with guaranteed x, y and z columns designated by corresponding symbols. Inherits XYColumnarData.