public class MedianTest
extends java.lang.Object
implements org.h2.api.AggregateFunction
| Constructor and Description |
|---|
MedianTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object value) |
java.lang.Object |
getResult() |
int |
getType(int[] inputType) |
void |
init(java.sql.Connection conn) |
public void add(java.lang.Object value)
add in interface org.h2.api.AggregateFunctionpublic java.lang.Object getResult()
getResult in interface org.h2.api.AggregateFunctionpublic int getType(int[] inputType)
getType in interface org.h2.api.AggregateFunctionpublic void init(java.sql.Connection conn)
init in interface org.h2.api.AggregateFunction