Class TreatAsClosure
java.lang.Object
org.rumbledb.runtime.functions.sequences.general.TreatAsClosure
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.Function<Item,
Boolean>
public class TreatAsClosure
extends Object
implements org.apache.spark.api.java.function.Function<Item,Boolean>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTreatAsClosure
(SequenceType sequenceType, ErrorCode shouldThrowTreatException, ExceptionMetadata metadata) -
Method Summary
-
Constructor Details
-
TreatAsClosure
public TreatAsClosure(SequenceType sequenceType, ErrorCode shouldThrowTreatException, ExceptionMetadata metadata)
-
-
Method Details