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

Typed Dimensions are a prerequisite to new Dimension Filter operations #805

Open
efronbs opened this issue Oct 12, 2018 · 0 comments
Open

Comments

@efronbs
Copy link
Contributor

efronbs commented Oct 12, 2018

New filter operations on dimensions are currently being implemented. These include comparisons for numeric value dimensions and ranges for dates. To validate that a request using one of these filters is operating on an appropriate dimension, typed dimensions must be introduced.

The solution is to add an interface for dimensions with types and an interface for the types, which includes how to compare them. A default set of types should also be added.

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

No branches or pull requests

1 participant