All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.axibase.tsd.driver.jdbc.enums.NumericFunctions Maven / Gradle / Ivy

There is a newer version: 1.4.11
Show newest version
package com.axibase.tsd.driver.jdbc.enums;

public enum NumericFunctions {
	AVG, 
	COUNT,
	COUNTER,
	DELTA, 
	FIRST, 
	LAST, 
	MAX, 
	MAX_VALUE_TIME, 
	MIN, 
	MIN_VALUE_TIME,
	PERCENTILE,
	STDDEV, 
	SUM, 
	WAVG, 
	WTAVG,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy