| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
DoubleWrapper.Builder |
DoubleWrapper.Builder.clearValue()
Clears the value of the 'value' field.
|
static DoubleWrapper.Builder |
DoubleWrapper.newBuilder()
Creates a new DoubleWrapper RecordBuilder.
|
static DoubleWrapper.Builder |
DoubleWrapper.newBuilder(DoubleWrapper.Builder other)
Creates a new DoubleWrapper RecordBuilder by copying an existing Builder.
|
static DoubleWrapper.Builder |
DoubleWrapper.newBuilder(DoubleWrapper other)
Creates a new DoubleWrapper RecordBuilder by copying an existing DoubleWrapper instance.
|
DoubleWrapper.Builder |
DoubleWrapper.Builder.setValue(double value)
Sets the value of the 'value' field.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleWrapper.Builder |
DoubleWrapper.newBuilder(DoubleWrapper.Builder other)
Creates a new DoubleWrapper RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.