XEts.table
You're seeing just the function
table
, go back to XEts module for more information.
Link to this function
table(tab)
Specs
table(t() | tab()) :: :qlc.query_handle()
Equivalent to table(tab, []).
Link to this function
table(tab, options)
Specs
table(t() | tab(), options()) :: :qlc.query_handle()
Equivalent to table(tab, options, :shards_meta.get(tab)).
Link to this function
table(tab, meta, options)
Specs
table(t() | tab(), meta(), options()) :: :qlc.query_handle()
Similar to :ets.table/2
, but it returns a list of :qlc.query_handle(); one
per partition.
See also: :ets.table/2.