use ;
use crate::;
/// A full-table scan operation.
///
/// Sent to drivers that set [`Capability::scan`](crate::driver::Capability::scan) to `true`
/// (currently only DynamoDB). The driver scans the entire table and applies
/// `filter` to each row before returning results.