Uses of Class
org.pentaho.di.core.exception.KettleValueException
- 
Packages that use KettleValueException Package Description org.pentaho.di.compatibility Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.org.pentaho.di.core org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)org.pentaho.di.core.hash org.pentaho.di.core.injection org.pentaho.di.core.row org.pentaho.di.core.row.value org.pentaho.di.core.util org.pentaho.di.core.variables  - 
- 
Uses of KettleValueException in org.pentaho.di.compatibility
Methods in org.pentaho.di.compatibility that throw KettleValueException Modifier and Type Method Description ValueValue. abs()ValueValue. acos()ValueValue. add_days(long days)Add a number of days to a Date value.ValueValue. add_months(int months)ValueValue. asin()ValueValue. atan()ValueValue. atan2(double arg0)ValueValue. atan2(Value arg0)ValueValue. ceil()voidValue. convertString(int newtype)Convert this Value from type String to another typeValueValue. cos()ValueValue. dat2num()ValueValue. dat2str()ValueValue. dat2str(String arg0)ValueValue. dat2str(String arg0, String arg1)ValueValue. divide(byte v)ValueValue. divide(double v)ValueValue. divide(int v)ValueValue. divide(long v)ValueValue. divide(BigDecimal v)ValueValue. divide(Value v)ValueValue. exp()ValueValue. first_day()ValueValue. floor()ValueValue. hexToByteDecode()Change a hexadecimal string into normal ASCII representation.ValueValue. hexToCharDecode()Change a hexadecimal string into normal ASCII representation.ValueValue. last_day()ValueValue. length()ValueValue. log()ValueValue. minus(byte v)ValueValue. minus(double v)ValueValue. minus(int v)ValueValue. minus(long v)ValueValue. minus(BigDecimal v)ValueValue. minus(Value v)ValueValue. mod(byte arg)ValueValue. mod(double arg0)ValueValue. mod(int arg)ValueValue. mod(long arg)ValueValue. mod(BigDecimal arg)ValueValue. mod(Value arg)ValueValue. multiply(byte v)ValueValue. multiply(double v)ValueValue. multiply(int v)ValueValue. multiply(long v)ValueValue. multiply(BigDecimal v)ValueValue. multiply(Value v)ValueValue. num2dat()ValueValue. num2str()ValueValue. num2str(String format)ValueValue. num2str(String format, String decimalSymbol)ValueValue. num2str(String format, String decimalSymbol, String groupingSymbol)ValueValue. num2str(String format, String decimalSymbol, String groupingSymbol, String currencySymbol)ValueValue. power(double arg)ValueValue. power(BigDecimal arg)ValueValue. power(Value v)ValueValue. round()Rounds off to the nearest integer.ValueValue. round(int decimalPlaces)Rounds the Number value to a certain number decimal places.ValueValue. sign()ValueValue. sin()ValueValue. sqrt()ValueValue. str2dat(String arg0)ValueValue. str2dat(String arg0, String arg1)ValueValue. str2num()ValueValue. str2num(String pattern)ValueValue. str2num(String pattern, String decimal)ValueValue. str2num(String pattern, String decimal, String grouping)ValueValue. str2num(String pattern, String decimal, String grouping, String currency)ValueValue. tan()ValueValue. trunc()ValueValue. trunc(double level)ValueValue. trunc(int level)ValueValue. v_decode(Value[] args)ValueValue. v_if(Value[] args) - 
Uses of KettleValueException in org.pentaho.di.core
Methods in org.pentaho.di.core that throw KettleValueException Modifier and Type Method Description intRowMetaAndData. compare(RowMetaAndData compare, int[] is, boolean[] bs)ObjectRowMetaAndData. getAsJavaType(String valueName, Class<?> destinationType, InjectionTypeConverter converter)Returns value as specified java type using converter.BigDecimalRowMetaAndData. getBigNumber(int index, BigDecimal def)BigDecimalRowMetaAndData. getBigNumber(String valueName, BigDecimal def)byte[]RowMetaAndData. getBinary(int index, byte[] def)byte[]RowMetaAndData. getBinary(String valueName, byte[] def)booleanRowMetaAndData. getBoolean(int index, boolean def)booleanRowMetaAndData. getBoolean(String valueName, boolean def)DateRowMetaAndData. getDate(int index, Date def)DateRowMetaAndData. getDate(String valueName, Date def)LongRowMetaAndData. getInteger(int index)longRowMetaAndData. getInteger(int index, long def)LongRowMetaAndData. getInteger(String valueName)longRowMetaAndData. getInteger(String valueName, long def)doubleRowMetaAndData. getNumber(int index, double def)doubleRowMetaAndData. getNumber(String valueName, double def)StringRowMetaAndData. getString(int index, String def)StringRowMetaAndData. getString(String valueName, String def)static ObjectRowMetaAndData. getStringAsJavaType(String vs, Class<?> destinationType, InjectionTypeConverter converter)Converts string value into specified type.StringCondition. getXML()StringCondition. getXML(int level)booleanRowMetaAndData. isEmptyValue(String valueName)voidRowMetaAndData. removeValue(String valueName) - 
Uses of KettleValueException in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that throw KettleValueException Modifier and Type Method Description StringDatabase. fieldSubstitute(String aString, RowMetaInterface rowMeta, Object[] rowData)StringDatabaseMeta. fieldSubstitute(String aString, RowMetaInterface rowMeta, Object[] rowData)StringBaseDatabaseMeta. getSQLValue(ValueMetaInterface valueMeta, Object valueData, String dateFormat)StringDatabaseInterface. getSQLValue(ValueMetaInterface valueMeta, Object valueData, String dateFormat)Convert a value in the SQL equivalent.StringGenericDatabaseMeta. getSQLValue(ValueMetaInterface valueMeta, Object valueData, String dateFormat) - 
Uses of KettleValueException in org.pentaho.di.core.hash
Methods in org.pentaho.di.core.hash that throw KettleValueException Modifier and Type Method Description static intByteArrayHashIndex. generateHashCode(byte[] key, RowMetaInterface rowMeta)static intLongHashIndex. generateHashCode(Long key)byte[]ByteArrayHashIndex. get(byte[] key)LongLongHashIndex. get(long key)voidByteArrayHashIndex. put(byte[] key, byte[] value)voidLongHashIndex. put(long key, Long value) - 
Uses of KettleValueException in org.pentaho.di.core.injection
Methods in org.pentaho.di.core.injection that throw KettleValueException Modifier and Type Method Description BooleanDefaultInjectionTypeConverter. boolean2boolean(Boolean v)BooleanInjectionTypeConverter. boolean2boolean(Boolean v)booleanDefaultInjectionTypeConverter. boolean2booleanPrimitive(Boolean v)booleanInjectionTypeConverter. boolean2booleanPrimitive(Boolean v)Enum<?>InjectionTypeConverter. boolean2enum(Class<?> enumClass, Boolean v)IntegerDefaultInjectionTypeConverter. boolean2integer(Boolean v)IntegerInjectionTypeConverter. boolean2integer(Boolean v)intDefaultInjectionTypeConverter. boolean2intPrimitive(Boolean v)intInjectionTypeConverter. boolean2intPrimitive(Boolean v)LongDefaultInjectionTypeConverter. boolean2long(Boolean v)LongInjectionTypeConverter. boolean2long(Boolean v)longDefaultInjectionTypeConverter. boolean2longPrimitive(Boolean v)longInjectionTypeConverter. boolean2longPrimitive(Boolean v)StringDefaultInjectionTypeConverter. boolean2string(Boolean v)StringInjectionTypeConverter. boolean2string(Boolean v)BooleanDefaultInjectionTypeConverter. integer2boolean(Long v)BooleanInjectionTypeConverter. integer2boolean(Long v)booleanDefaultInjectionTypeConverter. integer2booleanPrimitive(Long v)booleanInjectionTypeConverter. integer2booleanPrimitive(Long v)Enum<?>InjectionTypeConverter. integer2enum(Class<?> enumClass, Long v)IntegerDefaultInjectionTypeConverter. integer2integer(Long v)IntegerInjectionTypeConverter. integer2integer(Long v)intDefaultInjectionTypeConverter. integer2intPrimitive(Long v)intInjectionTypeConverter. integer2intPrimitive(Long v)LongDefaultInjectionTypeConverter. integer2long(Long v)LongInjectionTypeConverter. integer2long(Long v)longDefaultInjectionTypeConverter. integer2longPrimitive(Long v)longInjectionTypeConverter. integer2longPrimitive(Long v)StringDefaultInjectionTypeConverter. integer2string(Long v)StringInjectionTypeConverter. integer2string(Long v)BooleanDefaultInjectionTypeConverter. number2boolean(Double v)BooleanInjectionTypeConverter. number2boolean(Double v)booleanDefaultInjectionTypeConverter. number2booleanPrimitive(Double v)booleanInjectionTypeConverter. number2booleanPrimitive(Double v)Enum<?>InjectionTypeConverter. number2enum(Class<?> enumClass, Double v)IntegerDefaultInjectionTypeConverter. number2integer(Double v)IntegerInjectionTypeConverter. number2integer(Double v)intDefaultInjectionTypeConverter. number2intPrimitive(Double v)intInjectionTypeConverter. number2intPrimitive(Double v)LongDefaultInjectionTypeConverter. number2long(Double v)LongInjectionTypeConverter. number2long(Double v)longDefaultInjectionTypeConverter. number2longPrimitive(Double v)longInjectionTypeConverter. number2longPrimitive(Double v)StringDefaultInjectionTypeConverter. number2string(Double v)StringInjectionTypeConverter. number2string(Double v)BooleanInjectionTypeConverter. string2boolean(String v)booleanInjectionTypeConverter. string2booleanPrimitive(String v)Enum<?>DefaultInjectionTypeConverter. string2enum(Class<?> enumClass, String v)Enum<?>InjectionTypeConverter. string2enum(Class<?> enumClass, String v)IntegerInjectionTypeConverter. string2integer(String v)intInjectionTypeConverter. string2intPrimitive(String v)LongInjectionTypeConverter. string2long(String v)longInjectionTypeConverter. string2longPrimitive(String v)StringInjectionTypeConverter. string2string(String v) - 
Uses of KettleValueException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleValueException Modifier and Type Method Description static ObjectValueDataUtil. abs(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. addDays(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. addHours(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. addMinutes(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. addMonths(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. addSeconds(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. addTimeToDate(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC)static StringValueDataUtil. byteToHexEncode(ValueMetaInterface metaA, Object dataA)Change a string into its hexadecimal representation.static ObjectValueDataUtil. ceil(ValueMetaInterface metaA, Object dataA)static StringValueDataUtil. charToHexEncode(ValueMetaInterface meta, Object data)Change a string into its hexadecimal representation.Object[]RowMeta. cloneRow(Object[] objects)Object[]RowMeta. cloneRow(Object[] objects, Object[] newObjects)Object[]RowMetaInterface. cloneRow(Object[] objects)Clone row.Object[]RowMetaInterface. cloneRow(Object[] objects, Object[] cloneTo)Clone row.RowMetaInterfaceRowMeta. cloneToType(int targetType)This method copies the row metadata and sets all values to the specified type (usually String)RowMetaInterfaceRowMetaInterface. cloneToType(int targetType)This method copies the row metadata and sets all values to the specified type (usually String)ObjectValueMetaInterface. cloneValueData(Object object)Clone value data.static ObjectValueDataUtil. combination1(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC)A + B * Cstatic ObjectValueDataUtil. combination2(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)SQRT( A*A + B*B )intRowMeta. compare(Object[] rowData1, Object[] rowData2)Compare 2 rows with each other using all values in the rows and also considering the specified ascending clauses of the value metadata.intRowMeta. compare(Object[] rowData1, Object[] rowData2, int[] fieldnrs)Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.intRowMeta. compare(Object[] rowData1, Object[] rowData2, int[] fieldnrs1, int[] fieldnrs2)Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.intRowMeta. compare(Object[] rowData1, RowMetaInterface rowMeta2, Object[] rowData2, int[] fieldnrs1, int[] fieldnrs2)Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.intRowMetaInterface. compare(Object[] rowData1, Object[] rowData2)Compare 2 rows with each other using all values in the rows and also considering the specified ascending clauses of the value metadata.intRowMetaInterface. compare(Object[] rowData1, Object[] rowData2, int[] fieldnrs)Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.intRowMetaInterface. compare(Object[] rowData1, Object[] rowData2, int[] fieldnrs1, int[] fieldnrs2)Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.intRowMetaInterface. compare(Object[] rowData1, RowMetaInterface rowMeta2, Object[] rowData2, int[] fieldnrs1, int[] fieldnrs2)Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.intValueMetaInterface. compare(Object data1, Object data2)Compare 2 values of the same data typeintValueMetaInterface. compare(Object data1, ValueMetaInterface meta2, Object data2)Compare 2 values of the same data typeObjectValueMetaInterface. convertBinaryStringToNativeType(byte[] binary)Convert the given binary data to the actual data type.
- byte[] --> Long (Integer)
- byte[] --> Double (Number)
- byte[] --> BigDecimal (BigNumber)
- byte[] --> Date (Date)
- byte[] --> Boolean (Boolean)
- byte[] --> byte[] (Binary)
ObjectValueMetaInterface. convertData(ValueMetaInterface meta2, Object data2)Convert the specified data to the data type specified in this object.ObjectValueMetaInterface. convertDataCompatible(ValueMetaInterface meta2, Object data2)Convert the specified data to the data type specified in this object.ObjectValueMetaInterface. convertDataFromString(String pol, ValueMetaInterface convertMeta, String nullif, String ifNull, int trim_type)Convert the specified string to the data type specified in this object.ObjectValueMetaInterface. convertDataUsingConversionMetaData(Object data)Convert an object to the data type specified in the conversion metadataintRowMeta. convertedValuesHashCode(Object[] rowData)Calculates a hashcode of the converted value of all objects in the supplied row.intRowMetaInterface. convertedValuesHashCode(Object[] rowData)Calculates a hashcode of the converted value of all objects in the supplied row.ObjectValueMetaInterface. convertNormalStorageTypeToBinaryString(Object object)Convert a normal storage type to a binary string object.ObjectValueMetaInterface. convertToBinaryStringStorageType(Object object)Converts the specified data object to the binary string storage type.ObjectValueMetaInterface. convertToNormalStorageType(Object object)Converts the specified data object to the normal storage type.static RowRowMeta. createOriginalRow(RowMetaInterface rowMeta, Object[] rowData)ValueValueMetaInterface. createOriginalValue(Object data)Create an old-style value for backward compatibility reasonsstatic ObjectValueDataUtil. DateDiff(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, String resultType)Returns the number of days that have elapsed between dataA and dataB.static ObjectValueDataUtil. DateWorkingDiff(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. dayOfMonth(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. dayOfWeek(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. dayOfYear(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. divide(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)Deprecated.static ObjectValueDataUtil. divide(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space)voidValueMetaInterface. drawValue(PrimitiveGCInterface gc, Object value)This method draws the value using the supplied graphical context.booleanRowMeta. equals(Object[] rowData1, Object[] rowData2, int[] fieldnrs)Compare 2 rows with each other for equality using certain values in the rows and also considering the case sensitivity flag.booleanRowMetaInterface. equals(Object[] rowData1, Object[] rowData2, int[] fieldnrs)Compare 2 rows with each other for equality using certain values in the rows and also considering the case sensitivity flag.static ObjectValueDataUtil. floor(ValueMetaInterface metaA, Object dataA)BigDecimalRowMeta. getBigNumber(Object[] dataRow, int index)Get a BigNumber value from a row of data.BigDecimalRowMetaInterface. getBigNumber(Object[] dataRow, int index)Get a BigNumber value from a row of data.BigDecimalValueMetaInterface. getBigNumber(Object object)Convert the supplied data to a BigNumberbyte[]RowMeta. getBinary(Object[] dataRow, int index)Get a Binary value from a row of data.byte[]RowMetaInterface. getBinary(Object[] dataRow, int index)Get a Binary value from a row of data.byte[]ValueMetaInterface. getBinary(Object object)Convert the supplied data to binary databyte[]ValueMetaInterface. getBinaryString(Object object)convert the supplied data to a binary string representation (for writing text)BooleanRowMeta. getBoolean(Object[] dataRow, int index)Get a Boolean value from a row of data.BooleanRowMetaInterface. getBoolean(Object[] dataRow, int index)Get a Boolean value from a row of data.BooleanValueMetaInterface. getBoolean(Object object)Convert the supplied data to a BooleanStringValueMetaInterface. getCompatibleString(Object object)Convert the supplied data to a String compatible with version 2.5.DateRowMeta. getDate(Object[] dataRow, int index)Get a Date value from a row of data.DateRowMeta. getDate(Object[] dataRow, String valueName, Date defaultValue)DateRowMetaInterface. getDate(Object[] dataRow, int index)Get a Date value from a row of data.DateRowMetaInterface. getDate(Object[] dataRow, String valueName, Date defaultValue)Gets the date.DateValueMetaInterface. getDate(Object object)Convert the supplied data to a Datestatic StringValueDataUtil. getFileEncoding(ValueMetaInterface metaA, Object dataA)Deprecated.static StringValueDataUtil. getFileEncoding(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)Get file encoding.LongRowMeta. getInteger(Object[] dataRow, int index)Get an Integer value from a row of data.LongRowMeta. getInteger(Object[] dataRow, String valueName, Long defaultValue)LongRowMetaInterface. getInteger(Object[] dataRow, int index)Get an Integer value from a row of data.LongRowMetaInterface. getInteger(Object[] dataRow, String valueName, Long defaultValue)Gets the integer.LongValueMetaInterface. getInteger(Object object)Convert the supplied data to an IntegerObjectValueMetaInterface. getNativeDataType(Object object)This method gives you the native Java data type corresponding to the value meta-data.Class<?>ValueMeta. getNativeDataTypeClass()Deprecated.Class<?>ValueMetaInterface. getNativeDataTypeClass()Return the Java class that represents the "native" storage type of this ValueMetaDoubleRowMeta. getNumber(Object[] dataRow, int index)Get a Number value from a row of data.DoubleRowMetaInterface. getNumber(Object[] dataRow, int index)Get a Number value from a row of data.DoubleValueMetaInterface. getNumber(Object object)Convert the supplied data to a NumberStringRowMeta. getString(Object[] row)Get the string representation of the data in a row of dataStringRowMeta. getString(Object[] dataRow, int index)Get a String value from a row of data.StringRowMeta. getString(Object[] dataRow, String valueName, String defaultValue)StringRowMetaInterface. getString(Object[] row)Get the string representation of the data in a row of data.StringRowMetaInterface. getString(Object[] dataRow, int index)Get a String value from a row of data.StringRowMetaInterface. getString(Object[] dataRow, String valueName, String defaultValue)Gets the string.StringValueMetaInterface. getString(Object object)Convert the supplied data to a StringObjectValueMetaInterface. getValueData(Value value)Extracts the primitive data from an old style Value objectStringValueMetaAndData. getXML()Produce the XML representation of this value.static ObjectValueDataUtil. getZeroForValueMetaType(ValueMetaInterface type)Default utility method to get exact zero value according to ValueMetaInterface.intRowMeta. hashCode(Object[] rowData)Calculates a simple hashCode of all the native data objects in the supplied row.intRowMetaInterface. hashCode(Object[] rowData)Calculates a simple hashCode of all the native data objects in the supplied row.intValueMetaInterface. hashCode(Object object)Calculate the hashcode of the specified data objectstatic StringValueDataUtil. hexToByteDecode(ValueMetaInterface meta, Object data)Change a hexadecimal string into normal ASCII representation.static StringValueDataUtil. hexToCharDecode(ValueMetaInterface meta, Object data)Change a hexadecimal string into normal ASCII representation.static ObjectValueDataUtil. hourOfDay(ValueMetaInterface metaA, Object dataA)booleanRowMeta. isNull(Object[] dataRow, int index)Determines whether a value in a row is null.booleanRowMetaInterface. isNull(Object[] dataRow, int index)Determines whether a value in a row is null.booleanValueMetaInterface. isNull(Object data)Determine if an object is null.static ObjectValueDataUtil. loadFileContentInBinary(ValueMetaInterface metaA, Object dataA)Deprecated.static byte[]ValueDataUtil. loadFileContentInBinary(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)static voidSpeedTest. main(String[] args)static ObjectValueDataUtil. minus(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. minuteOfHour(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. monthOfDate(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. multiply(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)protected static ObjectValueDataUtil. multiplyNumeric(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)protected static ObjectValueDataUtil. multiplyString(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. nvl(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)intRowMeta. oldXORHashCode(Object[] rowData)Deprecated.intRowMetaInterface. oldXORHashCode(Object[] rowData)Deprecated.static ObjectValueDataUtil. percent1(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)Deprecated.static ObjectValueDataUtil. percent1(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space)static ObjectValueDataUtil. percent2(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)Deprecated.static ObjectValueDataUtil. percent2(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space)static ObjectValueDataUtil. percent3(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)Deprecated.static ObjectValueDataUtil. percent3(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space)static ObjectValueDataUtil. plus(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. plus3(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC)static ObjectValueDataUtil. quarterOfDate(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. remainder(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)Returns the remainder (modulus) of A / B.static ObjectValueDataUtil. removeTimeFromDate(ValueMetaInterface metaA, Object dataA)voidRowMeta. removeValueMeta(String valueName)voidRowMetaInterface. removeValueMeta(String string)Remove a value with a certain name from the row metadata.static ObjectValueDataUtil. round(ValueMetaInterface metaA, Object dataA)Rounding with no decimal places (using default rounding method ROUND_HALF_CEILING)static ObjectValueDataUtil. round(ValueMetaInterface metaA, Object dataA, int roundingMode)Rounding with no decimal places with a given rounding methodstatic ObjectValueDataUtil. round(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)Rounding with decimal places (using default rounding method ROUND_HALF_EVEN)static ObjectValueDataUtil. round(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, int roundingMode)Rounding with decimal places with a given rounding methodstatic ObjectValueDataUtil. round(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC)Rounding with decimal places with a given rounding methodlongSpeedTest. runTestMixed10(int iterations)longSpeedTest. runTestMixed100(int iterations)longSpeedTest. runTestMixed1000(int iterations)longSpeedTest. runTestStrings10(int iterations)longSpeedTest. runTestStrings100(int iterations)longSpeedTest. runTestStrings1000(int iterations)static ObjectValueDataUtil. secondOfMinute(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. sqrt(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. sum(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB)static ObjectValueDataUtil. weekOfYear(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. weekOfYearISO8601(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. yearOfDate(ValueMetaInterface metaA, Object dataA)static ObjectValueDataUtil. yearOfDateISO8601(ValueMetaInterface metaA, Object dataA)Constructors in org.pentaho.di.core.row that throw KettleValueException Constructor Description ValueMetaAndData(String valueName, Object valueData) - 
Uses of KettleValueException in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that throw KettleValueException Modifier and Type Method Description ObjectValueMetaBase. cloneValueData(Object object)Clones the data.ObjectValueMetaInternetAddress. cloneValueData(Object object)ObjectValueMetaTimestamp. cloneValueData(Object object)intValueMetaBase. compare(Object data1, Object data2)Compare 2 values of the same data typeintValueMetaBase. compare(Object data1, ValueMetaInterface meta2, Object data2)Compare 2 values of the same data typeintValueMetaInternetAddress. compare(Object data1, Object data2)intValueMetaTimestamp. compare(Object data1, Object data2)protected InetAddressValueMetaInternetAddress. convertBigNumberToInternetAddress(BigDecimal bd)protected StringValueMetaBase. convertBigNumberToString(BigDecimal number)ObjectValueMetaBase. convertBinaryStringToNativeType(byte[] binary)Convert the binary data to the actual data type.
- byte[] --> Long (Integer) - byte[] --> Double (Number) - byte[] --> BigDecimal (BigNumber) - byte[] --> Date (Date) - byte[] --> Boolean (Boolean) - byte[] --> byte[] (Binary)protected StringValueMetaBase. convertBinaryStringToString(byte[] binary)Converts a byte[] stored in a binary string storage type into a String;ObjectValueMetaBase. convertData(ValueMetaInterface meta2, Object data2)Convert the specified data to the data type specified in this object.ObjectValueMetaInternetAddress. convertData(ValueMetaInterface meta2, Object data2)Convert the specified data to the data type specified in this object.ObjectValueMetaTimestamp. convertData(ValueMetaInterface meta2, Object data2)Convert the specified data to the data type specified in this object.ObjectValueMetaBase. convertDataCompatible(ValueMetaInterface meta2, Object data2)Convert the specified data to the data type specified in this object.ObjectValueMetaBase. convertDataFromString(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trim_type)Convert the specified string to the data type specified in this object.ObjectValueMetaInternetAddress. convertDataFromString(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trim_type)ObjectValueMetaTimestamp. convertDataFromString(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trimType)ObjectValueMetaBase. convertDataUsingConversionMetaData(Object data)Convert an object to the data type specified in the conversion metadataObjectValueMetaTimestamp. convertDataUsingConversionMetaData(Object data2)TimestampValueMetaTimestamp. convertDateToTimestamp(Date date)protected StringValueMetaBase. convertIntegerToCompatibleString(Long integer)protected InetAddressValueMetaInternetAddress. convertIntegerToInternetAddress(Long l)protected StringValueMetaBase. convertIntegerToString(Long integer)protected StringValueMetaInternetAddress. convertInternetAddressToString(InetAddress inetAddress)ObjectValueMetaBase. convertNormalStorageTypeToBinaryString(Object object)protected StringValueMetaBase. convertNumberToCompatibleString(Double number)protected InetAddressValueMetaInternetAddress. convertNumberToInternetAddress(Double d)protected StringValueMetaBase. convertNumberToString(Double number)protected BigDecimalValueMetaBase. convertStringToBigNumber(String string)protected byte[]ValueMetaBase. convertStringToBinaryString(String string)protected DateValueMetaBase. convertStringToDate(String string)protected LongValueMetaBase. convertStringToInteger(String string)protected InetAddressValueMetaInternetAddress. convertStringToInternetAddress(String string)protected DoubleValueMetaBase. convertStringToNumber(String string)protected TimestampValueMetaTimestamp. convertStringToTimestamp(String string)protected StringValueMetaTimestamp. convertTimestampToString(Timestamp timestamp)ObjectValueMetaBase. convertToBinaryStringStorageType(Object object)Converts the specified data object to the binary string storage type.ObjectValueMetaBase. convertToNormalStorageType(Object object)Converts the specified data object to the normal storage type.ValueValueMetaBase. createOriginalValue(Object data)Create an old-style value for backward compatibility reasonsvoidValueMetaBase. drawValue(PrimitiveGCInterface gc, Object value)BigDecimalValueMetaBase. getBigNumber(Object object)BigDecimalValueMetaInternetAddress. getBigNumber(Object object)BigDecimalValueMetaTimestamp. getBigNumber(Object object)byte[]ValueMetaBase. getBinary(Object object)byte[]ValueMetaBase. getBinaryString(Object object)byte[]ValueMetaInternetAddress. getBinaryString(Object object)byte[]ValueMetaTimestamp. getBinaryString(Object object)BooleanValueMetaBase. getBoolean(Object object)BooleanValueMetaInternetAddress. getBoolean(Object object)BooleanValueMetaTimestamp. getBoolean(Object object)StringValueMetaBase. getCompatibleString(Object object)DateValueMetaBase. getDate(Object object)DateValueMetaDate. getDate(Object object)DateValueMetaInternetAddress. getDate(Object object)DateValueMetaTimestamp. getDate(Object object)LongValueMetaBase. getInteger(Object object)LongValueMetaInternetAddress. getInteger(Object object)LongValueMetaTimestamp. getInteger(Object object)InetAddressValueMetaInternetAddress. getInternetAddress(Object object)ObjectValueMetaBase. getNativeDataType(Object object)ObjectValueMetaBigNumber. getNativeDataType(Object object)ObjectValueMetaBinary. getNativeDataType(Object object)ObjectValueMetaBoolean. getNativeDataType(Object object)ObjectValueMetaDate. getNativeDataType(Object object)ObjectValueMetaInteger. getNativeDataType(Object object)ObjectValueMetaInternetAddress. getNativeDataType(Object object)ObjectValueMetaNone. getNativeDataType(Object object)ObjectValueMetaNumber. getNativeDataType(Object object)ObjectValueMetaString. getNativeDataType(Object object)Class<?>ValueMetaBase. getNativeDataTypeClass()Class<?>ValueMetaBigNumber. getNativeDataTypeClass()Class<?>ValueMetaBinary. getNativeDataTypeClass()Class<?>ValueMetaBoolean. getNativeDataTypeClass()Class<?>ValueMetaDate. getNativeDataTypeClass()Class<?>ValueMetaInteger. getNativeDataTypeClass()Class<?>ValueMetaInternetAddress. getNativeDataTypeClass()Class<?>ValueMetaNone. getNativeDataTypeClass()Class<?>ValueMetaNumber. getNativeDataTypeClass()Class<?>ValueMetaString. getNativeDataTypeClass()Class<?>ValueMetaTimestamp. getNativeDataTypeClass()DoubleValueMetaBase. getNumber(Object object)DoubleValueMetaInternetAddress. getNumber(Object object)DoubleValueMetaTimestamp. getNumber(Object object)StringValueMetaBase. getString(Object object)StringValueMetaInternetAddress. getString(Object object)StringValueMetaTimestamp. getString(Object object)TimestampValueMetaTimestamp. getTimestamp(Object object)ObjectValueMetaBase. getValueData(Value value)Extracts the primitive data from an old style Value objectintValueMetaBase. hashCode(Object object)Calculate the hashcode of the specified data objectbooleanValueMetaBase. isNull(Object data)Determine if an object is null. - 
Uses of KettleValueException in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that throw KettleValueException Modifier and Type Method Description static DateStringUtil. str2dat(String arg0, String arg1, String val)static doubleStringUtil. str2num(String pattern, String decimal, String grouping, String currency, String value)static StringStringUtil. substituteField(String aString, RowMetaInterface rowMeta, Object[] rowData)Substitutes field values inaString. - 
Uses of KettleValueException in org.pentaho.di.core.variables
Methods in org.pentaho.di.core.variables that throw KettleValueException Modifier and Type Method Description StringVariables. fieldSubstitute(String aString, RowMetaInterface rowMeta, Object[] rowData)Substitutes field values inaString.StringVariableSpace. fieldSubstitute(String aString, RowMetaInterface rowMeta, Object[] rowData)Substitutes field values inaString. 
 -