| Package | Description |
|---|---|
| org.apache.hudi.common.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataValues |
MetadataValues.setCommitSeqno(String value) |
MetadataValues |
MetadataValues.setCommitTime(String value) |
MetadataValues |
MetadataValues.setFileName(String value) |
MetadataValues |
MetadataValues.setOperation(String value) |
MetadataValues |
MetadataValues.setPartitionPath(String value) |
MetadataValues |
MetadataValues.setRecordKey(String value) |
| Modifier and Type | Method and Description |
|---|---|
HoodieRecord |
HoodieEmptyRecord.prependMetaFields(org.apache.avro.Schema recordSchema,
org.apache.avro.Schema targetSchema,
MetadataValues metadataValues,
Properties props) |
HoodieRecord |
HoodieAvroIndexedRecord.prependMetaFields(org.apache.avro.Schema recordSchema,
org.apache.avro.Schema targetSchema,
MetadataValues metadataValues,
Properties props) |
abstract HoodieRecord |
HoodieRecord.prependMetaFields(org.apache.avro.Schema recordSchema,
org.apache.avro.Schema targetSchema,
MetadataValues metadataValues,
Properties props)
Rewrites record into new target schema containing Hudi-specific meta-fields
NOTE: This operation is idempotent
|
HoodieRecord |
HoodieAvroRecord.prependMetaFields(org.apache.avro.Schema recordSchema,
org.apache.avro.Schema targetSchema,
MetadataValues metadataValues,
Properties props) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.