Expand description
Statistics collection for cost-based query optimization.
This module provides statistics about:
- Tables/Labels: cardinality, size
- Columns/Properties: distinct values, min/max, null fraction, histograms
- Relationships: edge type statistics, degree distributions
- RDF: triple patterns, predicates, join selectivity
Structs§
- Column
Statistics - Statistics for a column/property.
- Edge
Type Statistics - Statistics for an edge type.
- Histogram
- An equi-depth histogram.
- Histogram
Bucket - An equi-depth histogram bucket.
- Index
Statistics - Statistics about index access patterns for cost estimation.
- Label
Statistics - Statistics for a single label (node type).
- Predicate
Statistics - Statistics for a specific predicate (property).
- RdfStatistics
- Statistics for an RDF triple store.
- RdfStatistics
Collector - Collector for building RDF statistics from a triple store.
- Statistics
- Statistics for the entire database.
Enums§
- Triple
Position - Position in a triple pattern.
Type Aliases§
- Property
Key - A property key identifier.
- Table
Statistics - Alias for table statistics (used in relational contexts).