Class Tan
java.lang.Object
ortus.boxlang.runtime.jdbc.qoq.QoQScalarFunctionDef
ortus.boxlang.runtime.jdbc.qoq.functions.scalar.Tan
- All Implemented Interfaces:
BiFunction<List<Object>,
,List<SQLExpression>, Object> IQoQFunctionDef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(List<Object> args, List<SQLExpression> expressions) int
getName()
getReturnType
(QoQSelectExecution QoQExec, List<SQLExpression> expressions) Methods inherited from class ortus.boxlang.runtime.jdbc.qoq.QoQScalarFunctionDef
isAggregate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Tan
public Tan()
-
-
Method Details
-
getName
-
getReturnType
-
getMinArgs
public int getMinArgs() -
apply
-