homework-jianmu/source/libs/function/inc
Jinqing Kuang 647066c4f9 enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
Extract AVX implementation of specific functions into separate files.
The CPU dispatching mechanism will now check the machine's instruction
set at runtime to determine whether to use the AVX implementation or
fallback to the naive version.

This enhancement improves performance on most machines while ensuring
compatibility with older hardwares.
2024-11-01 12:44:59 +08:00
..
builtins.h enh:[TD-32459] Abstract function properties into a struct. 2024-10-24 16:39:12 +08:00
builtinsimpl.h enh(query)[TD-32652]: enable AVX implementation with CPU dispatching 2024-11-01 12:44:59 +08:00
fnLog.h fix: when input ignore group, split from scan 2024-01-17 10:30:07 +08:00
functionMgtInt.h enh:[TD-32459] Abstract function properties into a struct. 2024-10-24 16:39:12 +08:00
functionResInfoInt.h enh:[TD-32189] Add validation to prevent changes to resultinfo structure. 2024-10-12 15:14:59 +08:00
tfunctionInt.h enh:[TD-31043] Handling return value in builtinsimpl.c 2024-07-23 15:37:17 +08:00
thistogram.h enh:[TD-32189] Add validation to prevent changes to resultinfo structure. 2024-10-12 15:14:59 +08:00
tpercentile.h enh:[TD-32189] Add validation to prevent changes to resultinfo structure. 2024-10-12 15:14:59 +08:00
tscript.h more code format 2022-10-13 14:15:42 +08:00
tudfInt.h return value: udf 2024-07-27 18:33:08 +08:00
udfc.h more code format 2022-10-13 14:15:42 +08:00