R/shards_lazy.R
length.shard_descriptor_lazy.Rd
Length of a shard_descriptor_lazy Object
# S3 method for class 'shard_descriptor_lazy' length(x)
A shard_descriptor_lazy object.
shard_descriptor_lazy
An integer scalar giving the number of shards.
sh <- shards(100, block_size = 25) length(sh) #> [1] 4