| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Predicate<Row> |
create(InputFactory inputFactory,
Symbol filterSymbol) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
test(Row row) |
public static java.util.function.Predicate<Row> create(InputFactory inputFactory, @Nullable Symbol filterSymbol)
public boolean test(@Nullable
Row row)
test in interface java.util.function.Predicate<Row>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object