# queryengine **Repository Path**: fhlm/queryengine ## Basic Information - **Project Name**: queryengine - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-12 - **Last Updated**: 2025-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 博客地址: https://blog.csdn.net/appearbeauty/article/details/111274660 ### 自定where过滤条件 1.定义FunctionCondition(参考GreaterCondition) 2.定义SimpleFilter(参考Greater) ### 自定义select指标 1.定义ExecutableExpression(参考Max) 2.添加AggregatorType 3.添加TableUtil