table method

Table table(
  1. String tableName, [
  2. Map? options
])

Select all documents in a table. This command can be chained with other commands to do further processing on the data.

Implementation

Table table(String tableName, [Map? options]) => Table(tableName, options);