ispn = (IndexScanPlanNode)pn.getInlinePlanNode(PlanNodeType.INDEXSCAN);
json = ispn.toJSONString();
assertTrue(json.contains("\"TARGET_INDEX_NAME\":\"IDX_A\""));
pn = pn.getChild(0);
assertTrue(pn instanceof IndexScanPlanNode);
json = pn.toJSONString();
assertTrue(json.contains("\"TARGET_INDEX_NAME\":\"DECODE_IDX3\""));
ispn = (IndexScanPlanNode)pn;
assertEquals(1, ispn.getSearchKeyExpressions().size());
pn = compile(