SyntaxColumnInt

ra3.lang.Expr.SyntaxColumnInt
implicit class SyntaxColumnInt(a: I32ColumnExpr)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def arg0: I32ColumnExpr

Inherited methods

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

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def !==(arg1: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def &&(arg1: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
infix def :*(v: Expr[DInst]): Expr[ReturnValueTuple[Either[BufferInt, Seq[SegmentInt]] *: Either[BufferInstant, Seq[SegmentInstant]] *: EmptyTuple]]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
infix def :*(v: Expr[DI64]): Expr[ReturnValueTuple[Either[BufferInt, Seq[SegmentInt]] *: Either[BufferLong, Seq[SegmentLong]] *: EmptyTuple]]

Attributes

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

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
infix def :*(v: Expr[DStr]): Expr[ReturnValueTuple[Either[BufferInt, Seq[SegmentInt]] *: Either[BufferString, Seq[SegmentString]] *: EmptyTuple]]

Attributes

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

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
infix def :*[T1](v: Expr[ColumnSpec[T1]]): Expr[ReturnValueTuple[Either[BufferInt, Seq[SegmentInt]] *: T1 *: EmptyTuple]]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def <(arg1: Int): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def <(arg1: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def <=(arg1: Int): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def <=(arg1: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ===(arg1: Int): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ===(arg1: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def >(arg1: Int): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def >(arg1: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def >=(arg1: Int): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def >=(arg1: I32ColumnExpr): Expr[T]

Attributes

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

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def all: Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def any: Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
infix def as(arg1: String): Expr[ColumnSpec[DI32]]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
infix def as(arg1: Expr[String]): BuiltInOp2[NamedColumnChunkI32]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def containedIn(arg1: Set[Int]): Expr[T]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: Long, f: InstColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: InstColumnExpr, f: Long): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: String, f: String): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: String, f: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: StrColumnExpr, f: String): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: Double, f: Double): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: Double, f: F64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: F64ColumnExpr, f: Double): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: Long, f: Long): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: I64ColumnExpr, f: Long): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: Long, f: I64ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: Int, f: Int): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: Int, f: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelse(t: I32ColumnExpr, f: Int): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ifelseInst(t: Long, f: Long): Expr[T]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def none: Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def not: Expr[T]

Attributes

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

Attributes

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

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def toDouble: Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def unnamed: BuiltInOp1[UnnamedColumnChunkI32]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)
def ||(arg1: I32ColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxI32ColumnImpl (hidden)