예제 #1
0
파일: client.py 프로젝트: gridl/ibis
 def _build_ast(self, expr, context):
     return build_ast(expr, context)
예제 #2
0
 def _build_ast(self, expr, params=None):
     return build_ast(expr, params=params)