Skip to content

[CALCITE-3686] Implement bit_not function#1739

Open
XuQianJin-Stars wants to merge 4 commits intoapache:mainfrom
XuQianJin-Stars:CALCITE-3686
Open

[CALCITE-3686] Implement bit_not function#1739
XuQianJin-Stars wants to merge 4 commits intoapache:mainfrom
XuQianJin-Stars:CALCITE-3686

Conversation

@XuQianJin-Stars
Copy link
Contributor

As illustrated in CALCITE-3686
select bit_not(3);
+------------+
| EXPR$0 |
+------------+
| -4 |
+------------+
(1 row)

!ok

@hsyuan
Copy link
Member

hsyuan commented Jan 9, 2020

commented in JIRA

return b0 & b1;
}

// ~
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is ~ supported in Parser, or is this ~ just a comment without indicating that parser supports ~?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supported in Parser

~ Not supported in Parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants