| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
alias |
boolean |
decomposable |
boolean |
isOrderSensitive
Indicates whether the result of the function depends on the order in which data is fed in,
which allows the engine to optimize away ORDER BY clauses in aggregation calls
|
String |
value |
SqlFunctionVisibility |
visibility |
public abstract String value
public abstract boolean isOrderSensitive
public abstract SqlFunctionVisibility visibility
public abstract String[] alias
Copyright © 2012–2022. All rights reserved.