Exemplo n.º 1
0
 def _register_uda(self, inputs, output, name):
     func = api.aggregate_function(inputs, output, name=name)
     func.register(name, 'ibis_testing')
     return func
Exemplo n.º 2
0
 def _register_uda(self, inputs, output, name):
     func = api.aggregate_function(inputs, output, name=name)
     func.register(name, 'ibis_testing')
     return func