Table.read
readmax_rows
Documentation
Returns a materialized dataframe containing rows of this table. In the in-memory backend, this returns the same table, truncated to max_rows. This is only kept for API compatibility between database and in-memory tables. The read operation can be used to ensure that the table is now in-memory, regardless of its origin.
Arguments
max_rows: specifies the maximum number of rows to read.