Collector Candidate Edge Row Mapper
One (:CollectorCandidateEdge) row plus its flattened (:CollectorSignalScore) child rows.
Functions
Link copied to clipboard
Bind values for the edge node itself (excludes runId/contextId, supplied by the caller).
Link copied to clipboard
The edge's own natural-key id: unique per run + anchor + member pair.
Link copied to clipboard
Rebuild one CollectorCandidateEdge from its node row plus its already-grouped signal rows.
Link copied to clipboard
fun signalBindMap(runId: String, edge: CollectorCandidateEdge, signal: CollectorSignalScore): Map<String, Any?>
Bind values for one signal child row, scored against its edge id.
Link copied to clipboard