public class PredicateFilter extends Object implements java.util.function.Predicate<InternalRow>
Predicate to filter InternalRow.| 构造器和说明 |
|---|
PredicateFilter(RowType rowType,
List<Predicate> predicates) |
PredicateFilter(RowType rowType,
Predicate predicate) |
public boolean test(InternalRow rowData)
test 在接口中 java.util.function.Predicate<InternalRow>Copyright © 2023 The Apache Software Foundation. All rights reserved.