Class Ast.Call

  • Enclosing class:
    Ast

    public static class Ast.Call
    extends Ast.Node
    Parse tree node for a call to a function or operator.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) com.google.common.collect.ImmutableList<Ast.Node> operands  
      • Fields inherited from class org.apache.calcite.piglet.Ast.Node

        op, pos
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait