public abstract class AbstractGreatestLeast extends SqlScalarFunction
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGreatestLeast(String name,
OperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkNotNaN(String name,
double value) |
boolean |
isDeterministic() |
boolean |
isHidden() |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
builder, getSignatureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionprotected AbstractGreatestLeast(String name, OperatorType operatorType)
public boolean isHidden()
public boolean isDeterministic()
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlScalarFunctionpublic static void checkNotNaN(String name, double value)
Copyright © 2012–2019. All rights reserved.