Class MathFcts
- java.lang.Object
-
- org.apache.cassandra.cql3.functions.MathFcts
-
public final class MathFcts extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NativeFunction
absFct(NumberType<?> type)
static void
addFunctionsTo(NativeFunctions functions)
static NativeFunction
expFct(NumberType<?> type)
static NativeFunction
log10Fct(NumberType<?> type)
static NativeFunction
logFct(NumberType<?> type)
static NativeFunction
roundFct(NumberType<?> type)
-
-
-
Method Detail
-
addFunctionsTo
public static void addFunctionsTo(NativeFunctions functions)
-
absFct
public static NativeFunction absFct(NumberType<?> type)
-
expFct
public static NativeFunction expFct(NumberType<?> type)
-
logFct
public static NativeFunction logFct(NumberType<?> type)
-
log10Fct
public static NativeFunction log10Fct(NumberType<?> type)
-
roundFct
public static NativeFunction roundFct(NumberType<?> type)
-
-