Kinetica C# API
Version 7.2.3.0
DatumReader.cs
Go to the documentation of this file.
1
18
using
System;
19
using
System.Collections.Generic;
20
using
Avro
.
IO
;
21
22
namespace
Avro.Generic
23
{
24
public
interface
DatumReader
<T>
25
{
26
Schema
ReaderSchema
{
get
; }
27
Schema
WriterSchema
{
get
; }
28
34
T
Read
(T reuse,
Decoder
decoder);
35
}
36
}
Avro.IO
Definition:
BinaryDecoder.cs:22
Avro.Schema
Base class for all schema types
Definition:
Schema.cs:29
Avro
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition:
AvroRuntimeException.cs:23
Avro.Generic.DatumReader.WriterSchema
Schema WriterSchema
Definition:
DatumReader.cs:27
Avro.IO.Decoder
Decoder is used to decode Avro data on a stream.
Definition:
Decoder.cs:27
Avro.Generic.DatumReader.ReaderSchema
Schema ReaderSchema
Definition:
DatumReader.cs:26
Avro.Generic
Definition:
DatumReader.cs:22
Avro.Generic.DatumReader.Read
T Read(T reuse, Decoder decoder)
Read a datum.
Avro.Generic.DatumReader
Definition:
DatumReader.cs:24
_build
public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0
install
Avro
src
apache
main
Generic
DatumReader.cs
Generated by
1.8.15