Implement default constraints
Reported by Ben Hood | November 17th, 2010 @ 05:43 PM | in 0.9.3
(See ticket #2 for the background to this issue)
The differencing process needs to make a ref data call to a pair config (eventually to be replaced by call to the individual endpoints) to get the set of default query constraints. These constraints are unbounded, but the call to ref data still is relevant, because the correct category function needs to be returned.
So for example:
- A pair has a category called bizDate (of the type
"date")
- The coarsest category function for the date type is
Yearly
- The default set of constaints is {UnboundedRangeQueryConstraint[Yearly]}
So somehow the bizDate category needs to be strongly typed and needs to be able to specify the coarsest function applicable to it.
This issue is probably dependent on ticket #152 landing.
Comments and changes to this ticket
-

Ben Hood January 18th, 2011 @ 05:39 PM
- Milestone cleared.
- Milestone order changed from 31 to 0
-

Paul Jones January 25th, 2011 @ 08:55 AM
- Assigned user set to Ben Hood
- State changed from new to resolved
- Milestone order changed from 11 to 0
Completed as part of #152. Endpoints now factory their default bucketing and constraints.
-

Ben Hood January 25th, 2011 @ 10:12 AM
- State changed from resolved to closed
This is indeed solved in #152, hence QA+
-

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Referenced by
-
2
Generalize entity partition criteria and granularity function
#151 - to implement ref data based default query
constraints
-
152
Move categories from the pair to each endpoint.
This issue is related to #151.
-
161
String based category function
#151 - so that the default bound exists with
which you ca...