Class KeyValueTrimmer
java.lang.Object
io.openlineage.client.dataset.partition.trimmer.KeyValueTrimmer
- All Implemented Interfaces:
DatasetNameTrimmer
Normalizes if last part is a string represents a key value pair in an arbitrary format.
-
Field Summary
Fields inherited from interface io.openlineage.client.dataset.partition.trimmer.DatasetNameTrimmer
SEPARATOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.openlineage.client.dataset.partition.trimmer.DatasetNameTrimmer
getLastPart, hasMultipleDirectories, trim
-
Constructor Details
-
KeyValueTrimmer
public KeyValueTrimmer()
-
-
Method Details
-
canTrim
Description copied from interface:DatasetNameTrimmer
Determines if the last part of a dataset can be trimmed.- Specified by:
canTrim
in interfaceDatasetNameTrimmer
- Returns:
-