MCPcopy Create free account
hub / github.com/TanStack/db / rawValueExtractor

Function rawValueExtractor

packages/db/src/query/compiler/group-by.ts:550–552  ·  view source on GitHub ↗
([, namespacedRow]: [string, NamespacedRow])

Source from the content-addressed store, hash-verified

548
549 // Create a raw value extractor function for the expression to aggregate
550 const rawValueExtractor = ([, namespacedRow]: [string, NamespacedRow]) => {
551 return compiledExpr(namespacedRow)
552 }
553
554 // Return the appropriate aggregate function
555 switch (aggExpr.name.toLowerCase()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected