}
default:
throw new SystemException(ErrorCode.SYSE0001);
}
bytes = Arrays.copyOf(baaos.getByteArray(), baaos.size());
return new ConstantExpression(new VXQueryConstantValue(type, bytes));
}
throw new UnsupportedOperationException();
} catch (IOException e) {
throw new SystemException(ErrorCode.SYSE0001, e);
}