enum Loki::Model::ResultType
Defined in:
models/query.crEnum Members
-
Streams =
0
-
Scalar =
1
-
Vector =
2
-
Matrix =
3
Instance Method Summary
- #matrix?
- #scalar?
- #streams?
-
#to_s(io : IO) : Nil
Appends a
String
representation of this enum member to the given io. - #vector?