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

Remove header rows for column-only views #540

Merged
merged 1 commit into from
Apr 12, 2019
Merged

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented Apr 11, 2019

Previously, the engine emitted a header row—containing all the data—for column-only views, which we sliced out in JS. This PR creates offsets inside View and t_data_slice in order to allow us to skip these rows in the engine.

@texodus
Copy link
Member

texodus commented Apr 12, 2019

Looks good, thanks for the PR!

@texodus texodus merged commit cfdd2c2 into master Apr 12, 2019
@texodus texodus deleted the port-skip-column branch April 27, 2019 17:29
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