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

Filter rank analysis #85

Merged
merged 1 commit into from
Jun 23, 2016
Merged

Filter rank analysis #85

merged 1 commit into from
Jun 23, 2016

Conversation

rochoa
Copy link
Contributor

@rochoa rochoa commented Jun 23, 2016

Checklist:

  • Outputs a the_geom geometry(Geometry, 4326) column.
  • Outputs a cartodb_id numeric column.
  • Uses {cache: true} option when it needs full knowledge of the table it. Hints: aggregations, window functions.
  • Uses {cache: true} if it access external services.
  • Naming uses a-z lowercase and hyphens.
  • All mandatory params cannot be made optional.
  • Avoids using CTEs for join operations when result is not cached.

Closes #75

@rochoa rochoa merged commit 6938819 into master Jun 23, 2016
@rochoa rochoa deleted the filter-rank-analysis branch June 23, 2016 16:36
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.

1 participant