Class StreamLookupData

  • All Implemented Interfaces:
    org.apache.hop.pipeline.transform.ITransformData

    public class StreamLookupData
    extends org.apache.hop.pipeline.transform.BaseTransformData
    implements org.apache.hop.pipeline.transform.ITransformData
    • Field Detail

      • keynrs

        public int[] keynrs
        nrs of keys-values in row.
      • outputRowMeta

        public IRowMeta outputRowMeta
        The metadata we send out
      • nullIf

        public Object[] nullIf
        default string converted to values...
      • readLookupValues

        public boolean readLookupValues
        Flag to indicate that we have to read lookup values from the info transform
      • keyTypes

        public IRowMeta keyTypes
        Stores the first row of the lookup-values to later determine if the types are the same as the input row lookup values.
      • cacheKeyMeta

        public IRowMeta cacheKeyMeta
      • cacheValueMeta

        public IRowMeta cacheValueMeta
      • lookupMeta

        public IRowMeta lookupMeta
      • lookupColumnIndex

        public int[] lookupColumnIndex
      • metadataVerifiedIntegerPair

        public boolean metadataVerifiedIntegerPair
      • convertKeysToNative

        public boolean[] convertKeysToNative
        See if we need to convert the keys to a native data type
      • hasLookupRows

        public boolean hasLookupRows
      • infoStream

        public org.apache.hop.pipeline.transform.stream.IStream infoStream
    • Constructor Detail

      • StreamLookupData

        public StreamLookupData()