Skip to content
  • Kenneth Moreland's avatar
    Update filters with secondary fields to use new policy method · 07c59fcf
    Kenneth Moreland authored
    Rather than do a CastAndCall on all possible field types when calling a
    worklet with two fields (where they all typically get cast to the same
    type as the primary field), use the new mechanism with
    ArrayHandleMultiplexer to create one code path.
    
    Also update the ApplyPolicy to accept the Field type, which is used to
    determine any additional storage types to support.
    07c59fcf