FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

Expression improvement #711

Closed FrankChen021 closed 5 months ago

FrankChen021 commented 5 months ago
  1. defined a new ConditionalExpression as base of Comparison and LIKE/IN
  2. defined NotLike/NotIn instead of a Logical NOT expression on LIKE/IN
  3. define DateTime type and DateTime literal for internally use
  4. uplift the type validation