struct Store::Keyer

Defined in:

store/keyer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.iid_to_attrs(bucket : String, iid : UInt32) : Keyer #

[View source]
def self.iid_to_oid(bucket : String, iid : UInt32) : Keyer #

[View source]
def self.iid_to_terms(bucket : String, iid : UInt32) : Keyer #

[View source]
def self.meta_to_value(bucket : String, meta : UInt32) : Keyer #

[View source]
def self.new(key : KeyBytes) #

[View source]
def self.oid_to_iid(bucket : String, oid : String) : Keyer #

[View source]
def self.term_to_iids(bucket : String, term_hash : TermHash, index : UInt8 = 0) : Keyer #

[View source]

Instance Method Detail

def as_bytes : KeyBytes #

[View source]
def as_prefix : KeyPrefix #

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

Same as #inspect(io).


[View source]