예제 #1
0
 def __init__(self, expr, window):
     if not is_analytic(expr):
         raise com.IbisInputError('Expression does not contain a valid '
                                  'window operation')
     ValueNode.__init__(self, expr, window)
예제 #2
0
 def __init__(self, expr, window):
     if not is_analytic(expr):
         raise com.IbisInputError('Expression does not contain a valid '
                                  'window operation')
     ValueNode.__init__(self, expr, window)
예제 #3
0
 def __init__(self, arg):
     self.arg = arg
     ValueNode.__init__(self, arg)
예제 #4
0
 def __init__(self, expr):
     ValueNode.__init__(self, expr)
예제 #5
0
 def __init__(self, expr):
     ValueNode.__init__(self, expr)
예제 #6
0
 def __init__(self, arg):
     self.arg = arg
     ValueNode.__init__(self, arg)