| Package | Description |
|---|---|
| org.apache.nifi.record.path.filter | |
| org.apache.nifi.record.path.functions | |
| org.apache.nifi.record.path.paths |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOperatorFilter |
class |
Contains |
class |
ContainsRegex |
class |
EndsWith |
class |
EqualsFilter |
class |
FunctionFilter |
class |
GreaterThanFilter |
class |
GreaterThanOrEqualFilter |
class |
IsBlank |
class |
IsEmpty |
class |
LessThanFilter |
class |
LessThanOrEqualFilter |
class |
MatchesRegex |
class |
NotEqualsFilter |
class |
NotFilter |
class |
NumericBinaryOperatorFilter |
class |
StartsWith |
class |
StringComparisonFilter |
| Modifier and Type | Field and Description |
|---|---|
private RecordPathFilter |
NotFilter.filter |
| Constructor and Description |
|---|
NotFilter(RecordPathFilter filter) |
| Modifier and Type | Field and Description |
|---|---|
private RecordPathFilter |
FilterFunction.filter |
| Constructor and Description |
|---|
FilterFunction(String functionName,
RecordPathFilter filter,
boolean absolute) |
| Modifier and Type | Field and Description |
|---|---|
private RecordPathFilter |
PredicatePath.filter |
| Modifier and Type | Method and Description |
|---|---|
private static RecordPathFilter |
RecordPathCompiler.createBinaryOperationFilter(org.antlr.runtime.tree.Tree operatorTree,
RecordPathSegment parent,
BiFunction<RecordPathSegment,RecordPathSegment,RecordPathFilter> function,
boolean absolute) |
private static RecordPathFilter |
RecordPathCompiler.createFilter(org.antlr.runtime.tree.Tree operatorTree,
RecordPathSegment parent,
boolean absolute) |
private static RecordPathFilter |
RecordPathCompiler.createFunctionFilter(org.antlr.runtime.tree.Tree functionTree,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
private static RecordPathFilter |
RecordPathCompiler.createBinaryOperationFilter(org.antlr.runtime.tree.Tree operatorTree,
RecordPathSegment parent,
BiFunction<RecordPathSegment,RecordPathSegment,RecordPathFilter> function,
boolean absolute) |
| Constructor and Description |
|---|
PredicatePath(RecordPathSegment parent,
RecordPathFilter filter,
boolean absolute) |
Copyright © 2023 Apache NiFi Project. All rights reserved.