コード例 #1
0
 def _register_uda(self, inputs, output, name):
     func = api.aggregate_function(inputs, output, name=name)
     func.register(name, 'ibis_testing')
     return func
コード例 #2
0
ファイル: test_udf.py プロジェクト: mahantheshhv/ibis
 def _register_uda(self, inputs, output, name):
     func = api.aggregate_function(inputs, output, name=name)
     func.register(name, 'ibis_testing')
     return func