length.shard_descriptor_lazy: Length of a shard_descriptor_lazy Object

View source: R/shards_lazy.R

length.shard_descriptor_lazyR Documentation

Length of a shard_descriptor_lazy Object

Description

Length of a shard_descriptor_lazy Object

Usage

## S3 method for class 'shard_descriptor_lazy'
length(x)

Arguments

x

A shard_descriptor_lazy object.

Value

An integer scalar giving the number of shards.

Examples

sh <- shards(100, block_size = 25)
length(sh)

shard documentation built on April 3, 2026, 9:08 a.m.