Class DimensionLookupData

    • Field Detail

      • valueDateNow

        public Date valueDateNow
      • db

        public org.pentaho.di.core.database.Database db
      • min_date

        public Date min_date
      • max_date

        public Date max_date
      • keynrs

        public int[] keynrs
      • fieldnrs

        public int[] fieldnrs
      • datefieldnr

        public int datefieldnr
      • cache

        public org.pentaho.di.core.hash.ByteArrayHashMap cache
      • smallestCacheKey

        public long smallestCacheKey
      • notFoundTk

        public Long notFoundTk
      • outputRowMeta

        public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
      • lookupRowMeta

        public org.pentaho.di.core.row.RowMetaInterface lookupRowMeta
      • returnRowMeta

        public org.pentaho.di.core.row.RowMetaInterface returnRowMeta
      • prepStatementDimensionUpdate

        public PreparedStatement prepStatementDimensionUpdate
      • insertRowMeta

        public org.pentaho.di.core.row.RowMetaInterface insertRowMeta
      • updateRowMeta

        public org.pentaho.di.core.row.RowMetaInterface updateRowMeta
      • dimensionUpdateRowMeta

        public org.pentaho.di.core.row.RowMetaInterface dimensionUpdateRowMeta
      • punchThroughRowMeta

        public org.pentaho.di.core.row.RowMetaInterface punchThroughRowMeta
      • cacheKeyRowMeta

        public org.pentaho.di.core.row.RowMetaInterface cacheKeyRowMeta
      • cacheValueRowMeta

        public org.pentaho.di.core.row.RowMetaInterface cacheValueRowMeta
      • schemaTable

        public String schemaTable
      • realTableName

        public String realTableName
      • realSchemaName

        public String realSchemaName
      • startDateChoice

        public int startDateChoice
      • startDateFieldIndex

        public int startDateFieldIndex
      • preloadKeyIndexes

        public int[] preloadKeyIndexes
      • preloadFromDateIndex

        public int preloadFromDateIndex
      • preloadToDateIndex

        public int preloadToDateIndex
      • inputRowMeta

        public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
        The input row metadata, but converted to normal storage type
    • Constructor Detail

      • DimensionLookupData

        public DimensionLookupData()