Class ObjectRemoveKeysClosure
java.lang.Object
org.rumbledb.runtime.functions.object.ObjectRemoveKeysClosure
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.FlatMapFunction<Item,
Item>
public class ObjectRemoveKeysClosure
extends Object
implements org.apache.spark.api.java.function.FlatMapFunction<Item,Item>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectRemoveKeysClosure
(List<String> removalKeys, ExceptionMetadata itemMetadata) -
Method Summary