Package com.illumon.iris.console.db
Class GenerateNumericalStatsFunction
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.console.db.GenerateNumericalStatsFunction
- All Implemented Interfaces:
com.fishlib.base.Function.Unary<ChunkedNumericalStatsKernel.Result,Table>
,RemoteQuery<Object>
,Serializable
public class GenerateNumericalStatsFunction extends ContextAwareRemoteQuery<Object> implements com.fishlib.base.Function.Unary<ChunkedNumericalStatsKernel.Result,Table>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description GenerateNumericalStatsFunction(String columnName)
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Specified by:
execute
in interfaceRemoteQuery<Object>
- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-
call
- Specified by:
call
in interfacecom.fishlib.base.Function.Unary<ChunkedNumericalStatsKernel.Result,Table>
-
toString
-