Feature Number : 700829a
| Overview | In the index scan node, when certain conditions are met, the filter is processed directly without adding a separate filter node. |
| Details | When filter processing is possible within the iscan (range, full, skip, uniq) node, the filter is handled within the iscan node itself without adding a separate filter node. |