public class InternalFunction extends Function
AVG, COUNT, FUNCTIONS, LOWER, MAX, MIN, STDDEV, SUM, UPPERalias, 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, translatealias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic 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.