@lancedb/lancedb β’ Docs
@lancedb/lancedb / FragmentSummaryStats
Interface: FragmentSummaryStats
Properties
max
The number of rows in the fragment with the most rows
mean
The mean number of rows in the fragments
min
The number of rows in the fragment with the fewest rows
p25
The 25th percentile of number of rows in the fragments
p50
The 50th percentile of number of rows in the fragments
p75
The 75th percentile of number of rows in the fragments
p99
The 99th percentile of number of rows in the fragments