TDengine/source/libs/executor
Jinqing Kuang 83f1a590b0 fix(query)[TD-32258]. Fix error handling in operator interface functions
- Contain errors within individual operators, preventing error
  propagation to upper-level operators
- Use longjmp to jump directly to the outermost error handler
  for unresolvable issues, avoiding unnecessary error code
  returns through multiple layers
- Simplify error-handling logic for better maintainability
2024-09-24 18:15:14 +08:00
..
inc Merge pull request #27553 from taosdata/fix/TD-31775/memLeak 2024-08-30 09:26:53 +08:00
src fix(query)[TD-32258]. Fix error handling in operator interface functions 2024-09-24 18:15:14 +08:00
test fix(query): fix error in test. 2024-08-27 18:44:42 +08:00
CMakeLists.txt fix: build fails on macOS and Windows 2024-05-11 14:59:05 +08:00