[ Version ( since = "12.0.0" ) ]
public ExecuteNode build_filter_node (ExecuteNode input, FilterNodeOptions options) throws Error
This is a shortcut of build_node for filter node.
| this |
A ExecutePlan. |
| input |
A ExecuteNode. |
| options |
|
A newly built and added ExecuteNode for filter on success, null on error. |