/***************** End of cast(boolean AS input)******************/
/***************** Beginning of cast(byte AS input) ************/
@Test public void testStringToByte() throws Exception {
Function func = LANG_FACTORY.createFunction("convert", //$NON-NLS-1$
new Expression[] {
LANG_FACTORY.createLiteral("12", String.class), //$NON-NLS-1$
LANG_FACTORY.createLiteral("byte", Byte.class)}, //$NON-NLS-1$
Byte.class);