Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iceberg
/ of
Method
of
api/src/main/java/org/apache/iceberg/variants/Variant.java:35–35 ·
view source on GitHub ↗
(VariantMetadata metadata, VariantValue value)
Source
from the content-addressed store, hash-verified
33
VariantValue value();
34
35
static
Variant of(VariantMetadata metadata, VariantValue value) {
36
return
new
VariantData(metadata, value);
37
}
38
Callers
15
testVariantRoundTrip
Method · 0.95
sampleVariant
Method · 0.95
write
Method · 0.95
testVariantRoundTrip
Method · 0.95
sampleVariant
Method · 0.95
write
Method · 0.95
randomVariant
Method · 0.95
testByteBufferConversion
Method · 0.95
testByteBufferConversion
Method · 0.95
testByteBufferConversion
Method · 0.95
read
Method · 0.95
fromRecord
Method · 0.95
Implementers
1
VariantData
api/src/main/java/org/apache/iceberg/v
Calls
no outgoing calls
Tested by
15
testVariantRoundTrip
Method · 0.76
sampleVariant
Method · 0.76
testVariantRoundTrip
Method · 0.76
sampleVariant
Method · 0.76
randomVariant
Method · 0.76
testByteBufferConversion
Method · 0.76
testByteBufferConversion
Method · 0.76
testByteBufferConversion
Method · 0.76
testVariantFieldMixedValuesNotNull
Method · 0.76
createVariantWithKey
Method · 0.76
testPartialShreddingWithShreddedObject
Method · 0.76
testDataWriterWithVariantShredding
Method · 0.76