Class DimensionLookupData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.step.BaseDatabaseStepData
org.pentaho.di.trans.steps.dimensionlookup.DimensionLookupData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 24-jan-2005
- Author:
- Matt
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus -
Field Summary
FieldsModifier and TypeFieldDescriptionorg.pentaho.di.core.hash.ByteArrayHashMaporg.pentaho.di.core.row.RowMetaInterfaceorg.pentaho.di.core.row.RowMetaInterfaceintorg.pentaho.di.core.row.RowMetaInterfaceint[]org.pentaho.di.core.row.RowMetaInterfaceThe input row metadata, but converted to normal storage typeorg.pentaho.di.core.row.RowMetaInterfaceint[]org.pentaho.di.core.row.RowMetaInterfaceorg.pentaho.di.core.row.RowMetaInterfaceintint[]intorg.pentaho.di.core.row.RowMetaInterfaceorg.pentaho.di.core.row.RowMetaInterfacelongintintorg.pentaho.di.core.row.RowMetaInterfaceFields inherited from class org.pentaho.di.trans.step.BaseDatabaseStepData
db -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
valueDateNow
-
min_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
-
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 -
prepStatementLookup
-
prepStatementInsert
-
prepStatementUpdate
-
prepStatementDimensionUpdate
-
prepStatementPunchThrough
-
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
-
realTableName
-
realSchemaName
-
startDateChoice
public int startDateChoice -
startDateFieldIndex
public int startDateFieldIndex -
preloadKeyIndexes
public int[] preloadKeyIndexes -
preloadFromDateIndex
public int preloadFromDateIndex -
preloadToDateIndex
public int preloadToDateIndex -
preloadCache
-
preloadIndexes
-
lazyList
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMetaThe input row metadata, but converted to normal storage type
-
-
Constructor Details
-
DimensionLookupData
public DimensionLookupData()
-