tglite.op.aggregate

tglite.op.aggregate(blk: TBlock, fn_or_list: Callable | List[Callable], key: str = None) Any

Performs pull-style multi-hop aggregation from the tail block back towards the given block by applying function to each block, using the key to pass along results.

Parameters:
  • blk

  • fn_or_list

  • key