SQL Reports
From Observer GigaFlow Support | VIAVI Solutions Inc.
"__btoip" return CROSUtils.inet_btoa(((BigDecimal) value).toBigInteger()); "__ltomac" return CROSUtils.longToMac(((Long) value)); "__itoflags" return CROSUtils.getTCPFlags(((Integer) value)); "__ltotime" return CROSUtils.getDateLong(((Long) value)); "__itoappid" return getAppIDDisplay(((Integer) value)); "__itofwextcode" return customerData.fwExitCodes.getOrDefault((Integer) value, "Unknown:" + (Integer) value); "__itofwevent" return customerData.fwEventCodes.getOrDefault((Integer) value, "Unknown:" + (Integer) value);