SyntaxColumnF64

ra3.lang.Expr.SyntaxColumnF64
implicit class SyntaxColumnF64(a: F64ColumnExpr)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def arg0: F64ColumnExpr

Inherited methods

def !==(arg1: Double): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def !==(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def *(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def +(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def -(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def /(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def :*(v: Expr[DInst]): Expr[ReturnValueTuple[Either[BufferDouble, Seq[SegmentDouble]] *: Either[BufferInstant, Seq[SegmentInstant]] *: EmptyTuple]]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def :*(v: Expr[DI64]): Expr[ReturnValueTuple[Either[BufferDouble, Seq[SegmentDouble]] *: Either[BufferLong, Seq[SegmentLong]] *: EmptyTuple]]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def :*(v: Expr[DI32]): Expr[ReturnValueTuple[Either[BufferDouble, Seq[SegmentDouble]] *: Either[BufferInt, Seq[SegmentInt]] *: EmptyTuple]]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def :*(v: Expr[DStr]): Expr[ReturnValueTuple[Either[BufferDouble, Seq[SegmentDouble]] *: Either[BufferString, Seq[SegmentString]] *: EmptyTuple]]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def :*(v: Expr[DF64]): Expr[ReturnValueTuple[Either[BufferDouble, Seq[SegmentDouble]] *: Either[BufferDouble, Seq[SegmentDouble]] *: EmptyTuple]]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def :*[T1](v: Expr[ColumnSpec[T1]]): Expr[ReturnValueTuple[Either[BufferDouble, Seq[SegmentDouble]] *: T1 *: EmptyTuple]]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def <(arg1: Double): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def <(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def <=(arg1: Double): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def <=(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def ===(arg1: Double): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def ===(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def >(arg1: Double): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def >(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def >=(arg1: Double): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def >=(arg1: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def abs: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def as(arg1: String): ColumnSpecExpr[DF64]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
infix def as(arg1: Expr[String]): BuiltInOp2[NamedColumnChunkF64]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def containedIn(arg1: Set[Double]): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def count: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def first: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def hasMissing: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def isMissing: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def max: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def mean: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def min: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def printf(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def roundToInt: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def sum: Expr[T]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)
def unnamed: BuiltInOp1[UnnamedColumnChunkF64]

Attributes

Inherited from:
SyntaxF64ColumnImpl (hidden)