How to implement your own visitor (Implementation of your proprietary algorithm) that can easily run inside DataFrame

DataFrame visitors have a very simple interface that you can follow. To see examples of built-in visitors, look at the file DataFrameStatsVisitors.h.
These are the interfaces you must have: C++ DataFrame