publicstaticfinalLanguageFeatureFEATURE=newLanguageFeature(LanguageFeature.TYPE_ADQL_UNIT,"IN_UNIT",true,"Convert the given value (1st argument) into the given VO-Unit (2nd argument).");
/** Constant name of this function. */
protectedfinalStringFCT_NAME="IN_UNIT";
/** The value to convert. */
protectedADQLOperandvalue;
/** The VO-Unit into which the value must be converted. */
protectedADQLOperandtargetUnit;
/**
* Create the object representation of the ADQL function IN_UNIT.
*
* @param value The value to convert.
* @param targetUnit The VO-Unit into which the value must be converted.
*
* @throws NullPointerException If one of the given operands is NULL.
* @throws IllegalArgumentException If the 1st operand is not a numeric,