QueryPayloadVariantStats class

Constructors

QueryPayloadVariantStats({required String label, required double elapsedMs, required int hitCount, required int metaBytes, required int contextBytes, required int fullChunkBytes, required int previewBytes, required int nativeHybridResultRows, required int nativeHybridResultContentBytes, required int nativeFullHydrateRows, required int nativeFullHydrateContentBytes, required int nativePreviewRows, required int nativePreviewContentBytes, required int nativeAssemblyRows, required int nativeAssemblyContentBytes, required int nativeUnclassifiedRows, required int nativeUnclassifiedContentBytes, required int nativeScopedExactScanRows, required int nativeScopedExactScanContentBytes, required int nativeScopedExactScanTokenizedRows, required int nativeScopedExactScanTokenizedContentBytes, required int nativeScopedExactScanTokens, required int nativeScopedExactScanTokenizationNanos})
const

Properties

bodyLikeBytes int
no setter
contextBytes int
Assembled LLM context text surfaced to Dart.
final
elapsedMs double
final
fullChunkBytes int
Full chunk body strings surfaced to Dart.
final
hashCode int
The hash code for this object.
no setterinherited
hitCount int
final
label String
final
metaBytes int
Metadata-style strings surfaced to Dart, such as chunk type, header preview, or source metadata.
final
nativeAssemblyContentBytes int
final
nativeAssemblyRows int
Native content rows/bytes read while assembling context.
final
nativeContentBytesRead int
no setter
nativeFullHydrateContentBytes int
final
nativeFullHydrateRows int
Native content rows/bytes read by SearchHandle.hydrateChunks.
final
nativeHybridResultContentBytes int
final
nativeHybridResultRows int
Native content rows/bytes read while materializing legacy HybridSearchResult.content.
final
nativePreviewContentBytes int
final
nativePreviewRows int
Native content rows/bytes read by SearchHandle.getChunkExcerpts.
final
nativeRowsRead int
no setter
nativeScopedExactScanContentBytes int
final
nativeScopedExactScanRows int
Native rows/bytes the hybrid-search scoped exact-scan path read while walking the full scoped chunk set (source_ids / metadata_like branch). Disjoint from the materialization counters above — counts backend scan work, not result hydration.
final
nativeScopedExactScanTokenizationMs double
no setter
nativeScopedExactScanTokenizationNanos int
final
nativeScopedExactScanTokenizedContentBytes int
final
nativeScopedExactScanTokenizedRows int
final
nativeScopedExactScanTokens int
final
nativeUnclassifiedContentBytes int
final
nativeUnclassifiedRows int
Native hydration reads that escaped phase classification.
final
previewBytes int
Preview/excerpt strings surfaced to Dart instead of full chunk bodies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalStringBytes int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderSummary() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited