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

Implemented the missing support for counting the predicates of a sing… #192

Merged
merged 2 commits into from Feb 17, 2019

Conversation

floriankramer
Copy link
Member

…le entity.

Fixes #191

- num_rows: 35
- num_cols: 2
- selected: ["?p", "?count"]
- contains_row: ["<Hall_of_frame_induction>", 1]
Copy link
Member

Choose a reason for hiding this comment

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

I think it's called "Hall of fame"

&input, static_cast<vector<array<Id, 2>>*>(result->_fixedSizeData),
hasPattern, hasPredicate, patterns, 0, &runtimeInfo);
}
} else if (_subtree == nullptr && !_subjectEntityName) {
Copy link
Member

Choose a reason for hiding this comment

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

You can remove the _subjectEntityName because it's in the else anyway.

Copy link
Member

@niklas88 niklas88 left a comment

Choose a reason for hiding this comment

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

LGTM

@niklas88 niklas88 merged commit 7520920 into ad-freiburg:master Feb 17, 2019
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.

None yet

2 participants