Class IdentifyUnreferencedAssets.AssetFilter

  • All Implemented Interfaces:
    Serializable, org.apache.spark.api.java.function.FilterFunction<org.apache.spark.sql.Row>
    Enclosing class:
    IdentifyUnreferencedAssets<T,​R extends AssetKey>

    public static class IdentifyUnreferencedAssets.AssetFilter
    extends Object
    implements org.apache.spark.api.java.function.FilterFunction<org.apache.spark.sql.Row>
    Spark filter to determine if a value is referenced by checking if the byte[] serialization is in a bloom filter.
    See Also:
    Serialized Form
    • Method Detail

      • call

        public boolean call​(org.apache.spark.sql.Row r)
                     throws Exception
        Specified by:
        call in interface org.apache.spark.api.java.function.FilterFunction<org.apache.spark.sql.Row>
        Throws:
        Exception