Package org.yamcs.yarch.streamsql.funct
Class FunctionExpressionFactory
java.lang.Object
org.yamcs.yarch.streamsql.funct.FunctionExpressionFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Expression
get
(String name, List<Expression> args, boolean star)
-
Constructor Details
-
FunctionExpressionFactory
public FunctionExpressionFactory()
-
-
Method Details
-
get
public static Expression get(String name, List<Expression> args, boolean star) throws ParseException - Throws:
ParseException
-