scalation.database.relation

Members list

Type members

Types

Type definition for a union of column/vector types for Double, Int, Long, String, and TimeNum.

Type definition for a union of column/vector types for Double, Int, Long, String, and TimeNum.

Attributes

Extensions

Extensions

extension (x: Vectr)
def at(pos: IndexedSeq[Int]): Vectr

Return the sub-vector of elements from the given index positions.

Return the sub-vector of elements from the given index positions.

Value parameters

pos

the given index positions

Attributes

def filterPos(p: ValueType => Boolean): IndexedSeq[Int]

Filter the vector according the predicate, return the index positions where it is true.

Filter the vector according the predicate, return the index positions where it is true.

Value parameters

p

the predicate function

Attributes

Covert Vectr to a vector of double-precision reals VectorD.

Covert Vectr to a vector of double-precision reals VectorD.

Attributes

def toInt: VectorI

Covert Vectr to a vector of integers VectorI.

Covert Vectr to a vector of integers VectorI.

Attributes

Covert Vectr to a vector of long inetgers VectorL.

Covert Vectr to a vector of long inetgers VectorL.

Attributes

Covert Vectr to a vector of strings VectorS.

Covert Vectr to a vector of strings VectorS.

Attributes

Covert Vectr to a vector of strings VectorT.

Covert Vectr to a vector of strings VectorT.

Attributes