@Override protected Double visitDoubleLiteral(DoubleLiteral node, ConnectorSession session) { return node.getValue(); }
@Override protected String visitDoubleLiteral(DoubleLiteral node, Boolean unmangleNames) { return Double.toString(node.getValue()); }