class Aquamarine::QueryResult

Defined in:

aquamarine/query_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(direction : Symbol = :forward, start : Symbol = :head, count : Int32 | Nil = nil, stream : Aquamarine::Stream = Aquamarine::Stream.new(GLOBAL_STREAM), read_as : Symbol = :all, batch_size : Int32 = Query::DEFAULT_BATCH_SIZE) #

[View source]

Instance Method Detail

def batch_size : Int32 #

[View source]
def batch_size=(batch_size : Int32) #

[View source]
def read_as : Symbol #

[View source]
def read_as=(read_as : Symbol) #

[View source]
def stream : Aquamarine::Stream #

[View source]