Click or drag to resize

QdbTimestampColumnDistinctCount Method (QdbTimeInterval)

Gets the number of points with distinct values in an interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public long DistinctCount(
	QdbTimeInterval interval
)

Parameters

interval
Type: Quasardb.TimeSeriesQdbTimeInterval
The time interval to scan

Return Value

Type: Int64
The number of points with distinct values in the interval
See Also