Skip navigation links
A B C E F G H I L M O P R S T 

A

AbsFunctionExtension - Class in io.siddhi.extension.execution.math
abs(a); Returns the absolute value of 'a'.
AbsFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.AbsFunctionExtension
 
AcosFunctionExtension - Class in io.siddhi.extension.execution.math
acos(a); Returns the arc-cosine(inverse cosine) of 'a' if -1<=a<=1 or NULL otherwise.
AcosFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.AcosFunctionExtension
 
AsinFunctionExtension - Class in io.siddhi.extension.execution.math
asin(a); Returns the arc sin(inverse sine) of a if -1<=a<=1 or NULL otherwise.
AsinFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.AsinFunctionExtension
 
AtanFunctionExtension - Class in io.siddhi.extension.execution.math
atan(a); or atan(a,b); Returns the arc-tangent(inverse tangent).
AtanFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.AtanFunctionExtension
 

B

BinaryFunctionExtension - Class in io.siddhi.extension.execution.math
bin(a) This class wraps the java.lang.Integer.toBinaryString and java.lang.Long.toBinaryString methods, which return a string representation of the integer/long argument as an unsigned integer in base 2.
BinaryFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.BinaryFunctionExtension
 

C

CeilingFunctionExtension - Class in io.siddhi.extension.execution.math
ceil(a) Wraps java.lang.Math.ceil() Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
CeilingFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CeilingFunctionExtension
 
ConvertFunctionExtension - Class in io.siddhi.extension.execution.math
conv(a,fromBase,toBase) convert the value from one base to other base.
ConvertFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ConvertFunctionExtension
 
convertToDouble(Object) - Static method in class io.siddhi.extension.execution.math.util.MathUtil
Converts the input to double
CopySignFunctionExtension - Class in io.siddhi.extension.execution.math
copysign(magnitude,sign); Returns the first argument with the sign of the second argument.
CopySignFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CopySignFunctionExtension
 
CosFunctionExtension - Class in io.siddhi.extension.execution.math
cos(a); Returns the cosine of a (a is in radians).
CosFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CosFunctionExtension
 
CoshFunctionExtension - Class in io.siddhi.extension.execution.math
cosh(a); Returns the hyperbolic cosine of a (a is in radians).
CoshFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CoshFunctionExtension
 
CubeRootFunctionExtension - Class in io.siddhi.extension.execution.math
cbrt(a); Returns the cube-root of a (a is in radians).
CubeRootFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.CubeRootFunctionExtension
 
currentValue() - Method in class io.siddhi.extension.execution.math.util.PercentileAttributeState
 

E

EFunctionExtension - Class in io.siddhi.extension.execution.math
e(); Returns the value of e.
EFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.EFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.AbsFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.AbsFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.AcosFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.AcosFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.AsinFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.AsinFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.AtanFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.AtanFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.BinaryFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.BinaryFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.CeilingFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.CeilingFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ConvertFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ConvertFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.CopySignFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.CopySignFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.CosFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.CosFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.CoshFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.CoshFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.CubeRootFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.CubeRootFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.EFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.EFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ExponentFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ExponentFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.FloorFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.FloorFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.GetExponentFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.GetExponentFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.HexFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.HexFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.IsInfiniteFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.IsInfiniteFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.IsNanFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.IsNanFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.LnFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.LnFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.Log10FunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.Log10FunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.Log2FunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.Log2FunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.LogFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.LogFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.MaxFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.MaxFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.MinFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.MinFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.OctalFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.OctalFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ParseDoubleFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ParseDoubleFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ParseFloatFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ParseFloatFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ParseIntFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ParseIntFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ParseLongFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ParseLongFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.PiFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.PiFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.PowerFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.PowerFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.RandomFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.RandomFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.RoundFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.RoundFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.SignFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.SignFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.SinFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.SinFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.SinhFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.SinhFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.SquareRootFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.SquareRootFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.TanFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.TanFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.TanhFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.TanhFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ToDegreesFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ToDegreesFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.math.ToRadiansFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.math.ToRadiansFunctionExtension
 
ExponentFunctionExtension - Class in io.siddhi.extension.execution.math
exp(a) Returns Euler's number e raised to the power of 'a' - the input argument Accept Type(s) :INT/LONG/FLOAT/DOUBLE Return Type(s): DOUBLE
ExponentFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ExponentFunctionExtension
 

F

FloorFunctionExtension - Class in io.siddhi.extension.execution.math
floor(a) A Class which is used to calculate the floor value.
FloorFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.FloorFunctionExtension
 

G

GetExponentFunctionExtension - Class in io.siddhi.extension.execution.math
get_exponent(a) Returns the unbiased exponent used in the representation of 'a' Accept Type(s) :INT/LONG/FLOAT/DOUBLE Return Type(s): INT
GetExponentFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.GetExponentFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.AbsFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.AcosFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.AsinFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.AtanFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.BinaryFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.CeilingFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ConvertFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.CopySignFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.CosFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.CoshFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.CubeRootFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.EFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ExponentFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.FloorFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.GetExponentFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.HexFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.IsInfiniteFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.IsNanFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.LnFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.Log10FunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.Log2FunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.LogFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.MaxFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.MinFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.OctalFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ParseDoubleFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ParseFloatFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ParseIntFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ParseLongFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.PiFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.PowerFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.RandomFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.RoundFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.SignFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.SinFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.SinhFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.SquareRootFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.TanFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.TanhFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ToDegreesFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.math.ToRadiansFunctionExtension
 

H

HexFunctionExtension - Class in io.siddhi.extension.execution.math
hex(a) Converts 'a' to hex Accept Type(s):INT,LONG,FLOAT,DOUBLE Return Type(s): STRING
HexFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.HexFunctionExtension
 

I

init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.AbsFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.AcosFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.AsinFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.AtanFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.BinaryFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.CeilingFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ConvertFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.CopySignFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.CosFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.CoshFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.CubeRootFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.EFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ExponentFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.FloorFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.GetExponentFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.HexFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.IsInfiniteFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.IsNanFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.LnFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.Log10FunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.Log2FunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.LogFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.MaxFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.MinFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.OctalFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ParseDoubleFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ParseFloatFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ParseIntFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ParseLongFunctionExtension
 
init(ExpressionExecutor[], ProcessingMode, boolean, ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.PiFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.PowerFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.RandomFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.RoundFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.SignFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.SinFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.SinhFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.SquareRootFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.TanFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.TanhFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ToDegreesFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.math.ToRadiansFunctionExtension
 
io.siddhi.extension.execution.math - package io.siddhi.extension.execution.math
 
io.siddhi.extension.execution.math.util - package io.siddhi.extension.execution.math.util
 
IsInfiniteFunctionExtension - Class in io.siddhi.extension.execution.math
is_infinite(value); Returns true if 'value' is infinite; Returns false otherwise.
IsInfiniteFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.IsInfiniteFunctionExtension
 
IsNanFunctionExtension - Class in io.siddhi.extension.execution.math
is_nan(value); Returns true if 'value' is NaN; Returns false otherwise.
IsNanFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.IsNanFunctionExtension
 

L

LnFunctionExtension - Class in io.siddhi.extension.execution.math
ln(a); Returns the natural logarithm (base e) of the given value.
LnFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.LnFunctionExtension
 
Log10FunctionExtension - Class in io.siddhi.extension.execution.math
log10(a); Returns the base 10 logarithm of 'a'.
Log10FunctionExtension() - Constructor for class io.siddhi.extension.execution.math.Log10FunctionExtension
 
Log2FunctionExtension - Class in io.siddhi.extension.execution.math
log2(a); Returns the base 2 logarithm of 'a'.
Log2FunctionExtension() - Constructor for class io.siddhi.extension.execution.math.Log2FunctionExtension
 
LogFunctionExtension - Class in io.siddhi.extension.execution.math
log(number,base); Returns the logarithm (base='base') of the given 'number'.
LogFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.LogFunctionExtension
 

M

MathUtil - Class in io.siddhi.extension.execution.math.util
Util class for the extensions
MathUtil() - Constructor for class io.siddhi.extension.execution.math.util.MathUtil
 
MaxFunctionExtension - Class in io.siddhi.extension.execution.math
max(a,b); Returns the greater of 'a' and 'b'.
MaxFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.MaxFunctionExtension
 
MinFunctionExtension - Class in io.siddhi.extension.execution.math
min(a,b); Returns the minimum of 'a' and 'b'.
MinFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.MinFunctionExtension
 

O

OctalFunctionExtension - Class in io.siddhi.extension.execution.math
oct(a) Converts 'a' to octal Accept Type(s):INT,LONG Return Type(s): STRING
OctalFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.OctalFunctionExtension
 

P

ParseDoubleFunctionExtension - Class in io.siddhi.extension.execution.math
parseDouble(string); Returns the 'string' as a DOUBLE Accept Type(s): STRING Return Type(s): DOUBLE
ParseDoubleFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ParseDoubleFunctionExtension
 
ParseFloatFunctionExtension - Class in io.siddhi.extension.execution.math
parseFloat(string); Returns the 'string' as a FLOAT Accept Type(s): STRING Return Type(s): FLOAT
ParseFloatFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ParseFloatFunctionExtension
 
ParseIntFunctionExtension - Class in io.siddhi.extension.execution.math
parseInt(string); Returns the 'string' as an INTEGER Accept Type(s): STRING Return Type(s): INT
ParseIntFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ParseIntFunctionExtension
 
ParseLongFunctionExtension - Class in io.siddhi.extension.execution.math
parseLong(string); Returns the 'string' as a LONG Accept Type(s): STRING Return Type(s): LONG
ParseLongFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ParseLongFunctionExtension
 
PercentileAttributeState - Class in io.siddhi.extension.execution.math.util
This PercentileAttributeState interface to implement parse value functionality
PercentileAttributeState() - Constructor for class io.siddhi.extension.execution.math.util.PercentileAttributeState
 
PercentileFunctionExtension - Class in io.siddhi.extension.execution.math
AttributeAggregator which implements the following function.
PercentileFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
PiFunctionExtension - Class in io.siddhi.extension.execution.math
pi(); Returns the value of pi.
PiFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.PiFunctionExtension
 
PowerFunctionExtension - Class in io.siddhi.extension.execution.math
power(value,toPower); A Class which is used to calculate power of a value.
PowerFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.PowerFunctionExtension
 
processAdd(Object, PercentileAttributeState) - Method in class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
processAdd(Object[], PercentileAttributeState) - Method in class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
processAdd(Object) - Method in class io.siddhi.extension.execution.math.util.PercentileAttributeState
 
processRemove(Object, PercentileAttributeState) - Method in class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
processRemove(Object[], PercentileAttributeState) - Method in class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
processRemove(Object) - Method in class io.siddhi.extension.execution.math.util.PercentileAttributeState
 

R

RandomFunctionExtension - Class in io.siddhi.extension.execution.math
rand() or rand(seed); A sequence of calls to rand(seed) generates a stream of pseudo-random numbers.
RandomFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.RandomFunctionExtension
 
reset(PercentileAttributeState) - Method in class io.siddhi.extension.execution.math.PercentileFunctionExtension
 
reset() - Method in class io.siddhi.extension.execution.math.util.PercentileAttributeState
 
RoundFunctionExtension - Class in io.siddhi.extension.execution.math
round(a); Returns the closest value to the argument, with ties rounding up.
RoundFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.RoundFunctionExtension
 

S

SignFunctionExtension - Class in io.siddhi.extension.execution.math
signum(a); Returns the sign of a as '1.0' (if a is positive) or '-1.0' (if a is negative), '0.0' otherwise.
SignFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.SignFunctionExtension
 
SinFunctionExtension - Class in io.siddhi.extension.execution.math
sin(a); Returns the sine of a (a is in radians).
SinFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.SinFunctionExtension
 
SinhFunctionExtension - Class in io.siddhi.extension.execution.math
sinh(a); Returns the hyperbolic sine of a (a is in radians).
SinhFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.SinhFunctionExtension
 
SquareRootFunctionExtension - Class in io.siddhi.extension.execution.math
sqrt(a); Returns the square-root of a.
SquareRootFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.SquareRootFunctionExtension
 

T

TanFunctionExtension - Class in io.siddhi.extension.execution.math
tan(a); Returns the tan of a (a is in radians).
TanFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.TanFunctionExtension
 
TanhFunctionExtension - Class in io.siddhi.extension.execution.math
tanh(a); Returns the hyperbolic tangent of a (a is in radians).
TanhFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.TanhFunctionExtension
 
ToDegreesFunctionExtension - Class in io.siddhi.extension.execution.math
to_degrees(a); Converts the given parameter from radians to degrees.
ToDegreesFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ToDegreesFunctionExtension
 
ToRadiansFunctionExtension - Class in io.siddhi.extension.execution.math
to_radians(a) Converts a from degrees to radians.
ToRadiansFunctionExtension() - Constructor for class io.siddhi.extension.execution.math.ToRadiansFunctionExtension
 
A B C E F G H I L M O P R S T 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.