xuzifu666 commented on PR #4320:
URL: https://github.com/apache/calcite/pull/4320#issuecomment-2816590088
Hi @mihaibudiu I had list related funcions and tagged them work well in
ClickHouse, Mainly concentrated on string and bit functions(can refer to
https://issues.apache.org/jira/browse/CALCITE-6967):
<html>
<body>
<!--StartFragment-->
Calcite | ClickHouse
-- | --
String
STARTS_WITH | startsWith
ENDS_WITH | endsWith
Bit
BITAND | bitAnd
BITOR | bitOr
BITXOR | bitXor
BITNOT | bitNot
<!--EndFragment-->
</body>
</html>
and I update the test in Calcite, once the PR merged I can work continue in
https://github.com/apache/calcite/pull/4314
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]