class Query::Builder

Defined in:

query/builder.cr

Class Method Summary

Class Method Detail

def self.count(collection : String, bucket : String | Nil = nil, object : String | Nil = nil) : Result | Nil #

[View source]
def self.flushb(collection : String, bucket : String) : Result | Nil #

[View source]
def self.flushc(collection : String) : Result | Nil #

[View source]
def self.flusho(collection : String, bucket : String, object : String) : Result | Nil #

[View source]
def self.list(query_id : String, collection : String, bucket : String, limit : Int32, offset : Int32) : Result | Nil #

[View source]
def self.pop(collection : String, bucket : String, object : String, text : String) : ResultLexer | Nil #

[View source]
def self.suggest(query_id : String, collection : String, bucket : String, terms : String, limit : Int32) : ResultLexer | Nil #

[View source]