Click or drag to resize

QdbTableStreamReader Method (IEnumerableQdbColumnDefinition, IEnumerableQdbTimeInterval)

Initialize a local table for reading from this table.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbTableStreamReader StreamReader(
	IEnumerable<QdbColumnDefinition> columnDefinitions,
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

columnDefinitions
Type: System.Collections.GenericIEnumerableQdbColumnDefinition
The description of the columns
intervals
Type: System.Collections.GenericIEnumerableQdbTimeInterval
The time intervals to read

Return Value

Type: QdbTableStreamReader
A QdbTableStreamReader for reading from this table
Exceptions
ExceptionCondition
QdbInvalidArgumentExceptionIf interval list is empty.
See Also