| QdbDoubleColumnDistinctCount Method (IEnumerableQdbTimeInterval) |
Gets the number of points with distinct values in each interval
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public IEnumerable<long> DistinctCount(
IEnumerable<QdbTimeInterval> intervals
)
Public Function DistinctCount (
intervals As IEnumerable(Of QdbTimeInterval)
) As IEnumerable(Of Long)
Parameters
- intervals
- Type: System.Collections.GenericIEnumerableQdbTimeInterval
The time intervals to scan
Return Value
Type:
IEnumerableInt64The number of points with distinct values in each interval
See Also