public class PredicateFilter extends Object implements Filter<InternalRow>
Filter to filter InternalRow.ALWAYS_TRUE| 构造器和说明 |
|---|
PredicateFilter(RowType rowType,
List<Predicate> predicates) |
PredicateFilter(RowType rowType,
Predicate predicate) |
public boolean test(InternalRow rowData)
Filtertest 在接口中 Filter<InternalRow>rowData - the input argumenttrue if the input argument matches the predicate, otherwise falseCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.