enum Loki::Model::ResultType

Defined in:

models/query.cr

Enum Members

Streams = 0
Scalar = 1
Vector = 2
Matrix = 3

Instance Method Summary

Instance Method Detail

def matrix? #

[View source]
def scalar? #

[View source]
def streams? #

[View source]
def to_s(io : IO) : Nil #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]
def vector? #

[View source]