public class InternalFunction extends Function
AVG, COUNT, FUNCTIONS, LOWER, MAX, MIN, STDDEV, SUM, UPPER
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock
Constructor and Description |
---|
InternalFunction(String function)
Creates a new instance of
InternalFunction . |
InternalFunction(String function,
Expression exp)
Creates a new instance of
InternalFunction . |
Modifier and Type | Method and Description |
---|---|
boolean |
isUDF()
Checks if this function is a UDF.
|
getExp, getFunction, translate
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLock
public InternalFunction(String function)
InternalFunction
.function
- The function.public InternalFunction(String function, Expression exp)
InternalFunction
.function
- The function.exp
- The expression.Copyright © 2014 Feedzai. All Rights Reserved.