Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push down filters in reversely or bidirectional traverse. #1785

Conversation

CPWstatic
Copy link
Contributor

No description provided.

@CPWstatic CPWstatic force-pushed the pushdown_filter_any_direction_traverse branch from 66a9f9b to d784b25 Compare February 20, 2020 07:22
@CPWstatic CPWstatic force-pushed the pushdown_filter_any_direction_traverse branch from d784b25 to c1e9708 Compare February 21, 2020 08:28
@dangleptr
Copy link
Contributor

This is a great improvement. Do we want it in 1.x, IMO we should accept it.
@jude-zhu @whitewum @CPWstatic

if (value.ok() && !Expression::asBool(value.value())) {
VLOG(1) << "Filter the edge "
<< vId << "-> " << dstId << "@" << rank << ":" << edgeType;
continue;
Copy link
Contributor

Choose a reason for hiding this comment

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

if value is not ok, need to continue as well

@CLAassistant
Copy link

CLAassistant commented Sep 2, 2020

CLA assistant check
All committers have signed the CLA.

@CPWstatic CPWstatic closed this Aug 25, 2021
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.

4 participants