primary_key
SourceStorage::PhysicalTable
Inherits Storage::AbstractTable / Struct / Value / Object
Constants
MUTEX_SHARDS = 2 << 12
Constructors
new(manager : Manager, table : Manager::Table)
SourceInstance methods
build_index(index : Manager::Index)
Sourcedb_name
Sourceestimated_count
Sourceget(key)
Sourceget_all_indices_status
Sourceget_index_list
Sourceindex_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
Sourcename
Sourceread_docs_on_table
Sourceread_docs_on_table=(read_docs_on_table : PerSecondMetric)
Sourcescan
Sourceupdate_index_data(t, index, key_data, old_row, new_row)
Sourcewritten_docs_on_table
Sourcewritten_docs_on_table=(written_docs_on_table : PerSecondMetric)
Source