struct

Storage::PhysicalTable

Inherits Storage::AbstractTable / Struct / Value / Object

Constants

MUTEX_SHARDS = 2 << 12

Constructors

new(manager : Manager, table : Manager::Table)
Source

Instance methods

build_index(index : Manager::Index)
Source
create_index(name : String, function : ReQL::Func, multi : Bool)
Source
db_name
Source
estimated_count
Source
get(key)
Source
get_all_indices_status
Source
get_index_list
Source
get_index_status(name : String)
Source
index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
Source
name
Source
primary_key
Source
read_docs_on_table
Source
read_docs_on_table=(read_docs_on_table : PerSecondMetric)
Source
replace(key, durability : ReQL::Durability | Nil = nil, &)
Source
scan
Source
update_index_data(t, index, key_data, old_row, new_row)
Source
written_docs_on_table
Source
written_docs_on_table=(written_docs_on_table : PerSecondMetric)
Source