Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.DoubleDefault<R> |
SchemaBuilder.BaseFieldTypeBuilder.doubleType()
A plain double type without custom properties.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.DoubleBuilder<SchemaBuilder.DoubleDefault<R>> |
SchemaBuilder.BaseFieldTypeBuilder.doubleBuilder()
Build a double type that can set custom properties.
|
SchemaBuilder.DoubleBuilder<SchemaBuilder.UnionAccumulator<SchemaBuilder.DoubleDefault<R>>> |
SchemaBuilder.UnionFieldTypeBuilder.doubleBuilder()
Build a double type that can set custom properties.
|
SchemaBuilder.UnionAccumulator<SchemaBuilder.DoubleDefault<R>> |
SchemaBuilder.UnionFieldTypeBuilder.doubleType()
A plain double type without custom properties.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.