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

change TopNProjectors to Pipes #2535

Merged
merged 2 commits into from
Sep 8, 2015
Merged

change TopNProjectors to Pipes #2535

merged 2 commits into from
Sep 8, 2015

Conversation

mfussenegger
Copy link
Member

No description provided.

private Object[] spare;

/**
* @param inputs contains output {@link io.crate.operation.Input}s and orderBy {@link io.crate.operation.Input}s
* @param collectExpressions gathered from outputs and orderBy inputs
* @param numOutputs <code>inputs</code> contains this much output {@link io.crate.operation.Input}s starting form index 0
* @param orderBy indices of {@link io.crate.operation.Input}s in parameter <code>inputs</code> we sort by
* @param reverseFlags for every index orderBy a boolean indicates ascending (<code>false</code>) or descending (<code>true</code>) order
* @param ordering ordering that is used to compare the materialized rows
Copy link
Contributor

Choose a reason for hiding this comment

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

why do you state materialized here explicitly?

@dobe
Copy link
Contributor

dobe commented Sep 8, 2015

ack

@mfussenegger mfussenegger merged commit 4dcf55d into projectors Sep 8, 2015
@mfussenegger mfussenegger deleted the j/more-pipes branch September 8, 2015 15:37
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