Package org.apache.beam.sdk.io.delta
Class DeltaCDCReadTask
java.lang.Object
org.apache.beam.sdk.io.delta.DeltaCDCReadTask
- All Implemented Interfaces:
Serializable
A serializable task containing the necessary metadata to read a CDF (Change Data Feed) file. This
can be either a CDC parquet file or a regular data file (representing inserts) from a commit.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaCDCReadTask(String path, long size, Map<String, String> partitionValues, long version, long timestamp, boolean isCDC, List<Long> rowGroupSizes, SerializableRow scanStateRow) -
Method Summary
-
Constructor Details
-
DeltaCDCReadTask
-
-
Method Details
-
getPath
-
getSize
public long getSize() -
getPartitionValues
-
getVersion
public long getVersion() -
getTimestamp
public long getTimestamp() -
isCDC
public boolean isCDC() -
getRowGroupSizes
-
getScanStateRow
-
equals
-
hashCode
public int hashCode() -
toString
-