Table of Contents

Namespace Apache.Ignite.Table.Mapper

Structs

RowReader

Row reader for mappers. Reads columns in the order defined by the schema.

RowWriter

Row writer for mappers. Writes columns in the order defined by the schema.

Interfaces

IMapperColumn

Mapper schema column.

IMapperSchema

Row schema for IMapper<T>.

IMapper<T>

Maps rows to objects of type T and vice versa.

This API is performance-oriented and mostly intended for use by source generators, but can also enable advanced mapping scenarios.