Kinetica C# API
Version 7.2.3.0
|
Public Member Functions | |
T | Read (T reuse, Decoder decoder) |
Read a datum. More... | |
Properties | |
Schema | ReaderSchema [get] |
Schema | WriterSchema [get] |
Definition at line 24 of file DatumReader.cs.
T Avro.Generic.DatumReader< T >.Read | ( | T | reuse, |
Decoder | decoder | ||
) |
Read a datum.
Traverse the schema, depth-first, reading all leaf values in the schema into a datum that is returned. If the provided datum is non-null it may be reused and returned.
Implemented in Avro.Specific.SpecificReader< T >, Avro.Generic.GenericReader< T >, and Avro.Generic.PreresolvingDatumReader< T >.
|
get |
Definition at line 26 of file DatumReader.cs.
|
get |
Definition at line 27 of file DatumReader.cs.