| Modifier and Type | Field and Description |
|---|---|
Variant |
Variant.ObjectField.value |
| Modifier and Type | Method and Description |
|---|---|
Variant |
VariantBuilder.build() |
Variant |
Variant.getElementAtIndex(int index)
Returns the array element Variant value at the `index` slot.
|
Variant |
Variant.getFieldByKey(String key)
Returns the object field Variant value whose key is equal to `key`.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
VariantValueWriter.write(RecordConsumer recordConsumer,
GroupType schema,
Variant value)
Write a Variant value to a shredded schema.
|
| Constructor and Description |
|---|
ObjectField(String key,
Variant value) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.