Documentation ¶
Index ¶
Constants ¶
View Source
const (
DemoSchemaSchema = "" /* 354-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvroContainerBlock ¶
func DeserializeAvroContainerBlock ¶
func DeserializeAvroContainerBlock(r io.Reader) (*AvroContainerBlock, error)
type AvroContainerHeader ¶
func DeserializeAvroContainerHeader ¶
func DeserializeAvroContainerHeader(r io.Reader) (*AvroContainerHeader, error)
type ByteReader ¶
type ByteWriter ¶
type DemoSchema ¶
type DemoSchema struct { IntField int32 DoubleField float64 StringField string BoolField bool BytesField []byte }
func DeserializeDemoSchema ¶
func DeserializeDemoSchema(r io.Reader) (*DemoSchema, error)
type DemoSchemaContainerWriter ¶
type DemoSchemaContainerWriter struct {
// contains filtered or unexported fields
}
func (*DemoSchemaContainerWriter) Flush ¶
func (avroWriter *DemoSchemaContainerWriter) Flush() error
func (*DemoSchemaContainerWriter) WriteRecord ¶
func (avroWriter *DemoSchemaContainerWriter) WriteRecord(record DemoSchema) error
type StringWriter ¶
Click to show internal directories.
Click to hide internal directories.