clickhouse-go icon indicating copy to clipboard operation
clickhouse-go copied to clipboard

Add gotData and endOfProcess handlers

Open velom opened this issue 6 months ago • 1 comments

Summary

Add two new handlers to track the processing:

  1. Helper WithGotData allows to pass a function will be triggered on every processing data block.
  2. Helper WithEndOfProcess allows to pass a function will be triggered when the whole processing going to be finished.

Checklist

Delete items not relevant to your PR:

  • [x] Unit and integration tests covering the common scenarios were added
  • [x] A human-readable description of the changes was provided to include in CHANGELOG

velom avatar Jun 02 '25 08:06 velom

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 02 '25 08:06 CLAassistant