/***************** End of cast(long AS input)******************/
/***************** Beginning of cast(biginteger AS input) ************/
@Test public void testStringToBigInteger() throws Exception {
Function func = LANG_FACTORY.createFunction("convert", //$NON-NLS-1$
new Expression[] {
LANG_FACTORY.createLiteral("12323143241414", String.class), //$NON-NLS-1$
LANG_FACTORY.createLiteral("biginteger", java.math.BigInteger.class)}, //$NON-NLS-1$
java.math.BigInteger.class);