Modifier and Type | Method and Description |
---|---|
Variant |
PartitionSettedRow.getVariant(int pos) |
Modifier and Type | Method and Description |
---|---|
Variant |
DefaultValueRow.getVariant(int pos) |
Variant |
CastedArray.getVariant(int pos) |
Variant |
CastedRow.getVariant(int pos) |
Modifier and Type | Method and Description |
---|---|
Variant |
DataGetters.getVariant(int pos)
Returns the variant value at the given position.
|
Variant |
BinaryRow.getVariant(int pos) |
Variant |
BinaryArray.getVariant(int pos) |
Variant |
GenericRow.getVariant(int pos) |
Variant |
LazyGenericRow.getVariant(int pos) |
Variant |
NestedRow.getVariant(int pos) |
Variant |
JoinedRow.getVariant(int pos) |
Variant |
GenericArray.getVariant(int pos) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryWriter.writeVariant(int pos,
Variant variant) |
Modifier and Type | Method and Description |
---|---|
Variant |
ColumnarArray.getVariant(int pos) |
Variant |
ColumnarRow.getVariant(int pos) |
Variant |
VectorizedColumnBatch.getVariant(int rowId,
int colId) |
Modifier and Type | Method and Description |
---|---|
Variant |
SafeBinaryArray.getVariant(int pos) |
Variant |
SafeBinaryRow.getVariant(int pos) |
Modifier and Type | Method and Description |
---|---|
Variant |
VariantSerializer.copy(Variant from) |
Variant |
VariantSerializer.deserialize(DataInputView source) |
Modifier and Type | Method and Description |
---|---|
Variant |
VariantSerializer.copy(Variant from) |
void |
VariantSerializer.serialize(Variant record,
DataOutputView target) |
Modifier and Type | Class and Description |
---|---|
class |
GenericVariant
An internal data structure implementing
Variant . |
Modifier and Type | Field and Description |
---|---|
Variant |
GenericVariant.ObjectField.value |
Modifier and Type | Method and Description |
---|---|
Variant |
Variant.copy()
Returns a copy of the variant.
|
Variant |
GenericVariant.copy() |
static Variant |
GenericVariant.fromJson(String json) |
static Variant |
GenericVariantBuilder.parseJson(org.apache.paimon.shade.jackson2.com.fasterxml.jackson.core.JsonParser parser,
boolean allowDuplicateKeys)
Similar
GenericVariantBuilder.parseJson(String, boolean) , but takes a JSON parser instead of string input. |
static Variant |
GenericVariantBuilder.parseJson(String json,
boolean allowDuplicateKeys)
Parse a JSON string as a Variant value.
|
Variant |
GenericVariantBuilder.result() |
Constructor and Description |
---|
ObjectField(String key,
Variant value) |
Modifier and Type | Method and Description |
---|---|
Variant |
FlinkRowWrapper.getVariant(int pos) |
Modifier and Type | Method and Description |
---|---|
Variant |
HivePaimonArray.getVariant(int pos) |
Modifier and Type | Method and Description |
---|---|
static Variant |
BytesUtils.readVariant(byte[] bytes,
int baseOffset,
long offsetAndLen) |
static Variant |
MemorySegmentUtils.readVariant(MemorySegment[] segments,
int baseOffset,
long offsetAndLen) |
Modifier and Type | Method and Description |
---|---|
Variant |
SparkRow.getVariant(int i) |
Modifier and Type | Method and Description |
---|---|
Variant |
PartialRow.getVariant(int pos) |
Variant |
OffsetRow.getVariant(int pos) |
Variant |
ProjectedRow.getVariant(int pos) |
Variant |
KeyProjectedRow.getVariant(int pos) |
Variant |
ProjectedArray.getVariant(int pos) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.