public class Formula
extends java.lang.Object
Constructor and Description |
---|
Formula(AnalyticConverter convertor,
AnalyticCommandType cType,
java.util.List<SqlDeclaration> variables) |
Formula(AnalyticConverter convertor,
AnalyticCommandType cType,
java.util.List<SqlDeclaration> variables,
Scanner scanner) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSql() |
static boolean |
isAggregate(java.lang.String input) |
static boolean |
isMathOp(java.lang.String input) |
public Formula(AnalyticConverter convertor, AnalyticCommandType cType, java.util.List<SqlDeclaration> variables)
public Formula(AnalyticConverter convertor, AnalyticCommandType cType, java.util.List<SqlDeclaration> variables, Scanner scanner)