scalation.database.relation
package scalation.database.relation
Members list
Extensions
Extensions
extension (x: 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
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
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
In this article