Class FileUriKeySelector
java.lang.Object
org.apache.iceberg.flink.maintenance.operator.FileUriKeySelector
- All Implemented Interfaces:
Serializable
,org.apache.flink.api.common.functions.Function
,org.apache.flink.api.java.functions.KeySelector<String,
String>
@Internal
public class FileUriKeySelector
extends Object
implements org.apache.flink.api.java.functions.KeySelector<String,String>
A key selector implementation that extracts a normalized file path from a file URI string.
This selector groups file URIs by their normalized path, ignoring differences in scheme and authority that are considered equivalent according to the provided mappings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary