Angara.Table


Angara.Table

Angara.Data Namespace

TypeDescription
Column

Represents a table column which is a pair of column name and an immutable array of one of the supported types.

ColumnValues

Represents data values of a table column as an immutable array of one of the supported types which is computed on demand.

DataValue

Represents a single value of a table column.

MatrixTable<'v>

A table with columns of same type.

PageSize
Table<'r>

A table that stores rows as a collection of typed objects.

Table

Represents a table wich is an immutable list of named columns. The type is thread safe.

TableView
TableViewSettings
TableViewerTab
ModuleDescription
TableSerializers
TableStatistics

Angara.Data.DelimitedFile Namespace

TypeDescription
Delimiter

Determines a character that delimits columns of a table.

ReadSettings
WriteSettings
Fork me on GitHub