usingPaged property
True for CREATE TABLE name (...) USING paged. Routes the table
to the out-of-core PagedTable backend instead of the in-memory
Table store. Restricts the supported query surface (see
Database._executePagedStmt).
Implementation
final bool usingPaged;