In this PR, we moved the BE code of hll scalar functions together to manage better, like bitmap functions file does.
Also, we optimized the head files by:
removing useless file "vec/aggregate_functions/aggregate_function.h" and "boost/iterator/iterator_facade.hpp",
using cstddef and cstdint instead of stddef.h and stdint.h.