stuff for aggregation
Methods
|
|
__init__
__repr__
agg_value
all_value
clean
dvalues
op
relbind
value
|
|
__init__
|
__init__ (
self,
expr,
distinct=0,
)
|
|
__repr__
|
__repr__ ( self )
|
|
agg_value
|
agg_value ( self, contexts )
|
|
all_value
|
all_value ( self, contexts )
print "count len", len(test), contexts[0]
|
|
clean
|
clean (
self,
values,
contexts,
)
|
|
dvalues
|
dvalues ( self, values )
|
|
op
|
op ( self, values )
|
|
relbind
|
relbind (
self,
dict,
db,
)
already bound!
|
|
value
|
value ( self, contexts )
currently assume only value needing wrapping is string
|
|