R/shards_lazy.R
print.shard_descriptor_lazy.Rd
Print a shard_descriptor_lazy Object
# S3 method for class 'shard_descriptor_lazy' print(x, ...)
A shard_descriptor_lazy object.
shard_descriptor_lazy
Further arguments (ignored).
The input x, invisibly.
x
sh <- shards(100, block_size = 25) print(sh) #> shard descriptor #> Items: 100 #> Block size: 25 #> Strategy: contiguous #> Shards: 4 #> Shard size: 25 (uniform)