SyntaxColumnStr

ra3.lang.Expr.SyntaxColumnStr
implicit class SyntaxColumnStr(a: StrColumnExpr)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def arg0: StrColumnExpr

Inherited methods

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

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def !==(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def +(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def +(arg1: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
infix def :*(v: Expr[DInst]): Expr[ReturnValueTuple[Either[BufferString, Seq[SegmentString]] *: Either[BufferInstant, Seq[SegmentInstant]] *: EmptyTuple]]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
infix def :*(v: Expr[DI64]): Expr[ReturnValueTuple[Either[BufferString, Seq[SegmentString]] *: Either[BufferLong, Seq[SegmentLong]] *: EmptyTuple]]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
infix def :*[T1](v: Expr[ColumnSpec[T1]]): Expr[ReturnValueTuple[Either[BufferString, Seq[SegmentString]] *: T1 *: EmptyTuple]]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def <(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def <(arg1: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def <=(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def <=(arg1: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def ===(arg1: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def ===(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def >(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def >(arg1: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def >=(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def >=(arg1: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
infix def as(arg1: String): Expr[ColumnSpec[DStr]]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
infix def as(arg1: Expr[String]): BuiltInOp2[NamedColumnChunkStr]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def concatenate(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def concatenate(arg1: StrColumnExpr): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def containedIn(arg1: Set[String]): Expr[T]

Attributes

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

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def matchAndReplace(pattern: String, replace: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def matches(arg1: String): Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def parseDouble: Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def parseInstant: Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def parseInt: Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def parseLong: Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def substring(start: Int, len: Int): Expr[T]

Attributes

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

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def toInt: Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def toLong: Expr[T]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)
def unnamed: BuiltInOp1[UnnamedColumnChunkStr]

Attributes

Inherited from:
SyntaxStrColumnImpl (hidden)