Check the size of an attribute (size function).
size
// size(movie) = 15df.scan('movies', { movie: size(15) })// size(movie) >= 20df.scan('movies', { movie: size(ge: (20) })
An object describing the comparison
The expected size of the attribute
Generated using TypeDoc
Check the size of an attribute (
size
function).Example
Returns
An object describing the comparison