Skip to content

@lancedb/lancedb β€’ Docs


@lancedb/lancedb / FragmentSummaryStats

Interface: FragmentSummaryStats

Properties

max

max: number;

The number of rows in the fragment with the most rows


mean

mean: number;

The mean number of rows in the fragments


min

min: number;

The number of rows in the fragment with the fewest rows


p25

p25: number;

The 25th percentile of number of rows in the fragments


p50

p50: number;

The 50th percentile of number of rows in the fragments


p75

p75: number;

The 75th percentile of number of rows in the fragments


p99

p99: number;

The 99th percentile of number of rows in the fragments