protected static class Sorter.InstanceHolder
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_fileNumber
index into the list of files on disk
|
protected Instance |
m_instance
The instance
|
protected java.util.Map<java.lang.String,java.lang.String> |
m_stringVals
for incremental operation, if string attributes are present then we need
to store them with each instance - since incremental streaming in the
knowledge flow only maintains one string value in memory (and hence in
the header) at any one time
|
| Modifier | Constructor and Description |
|---|---|
protected |
InstanceHolder() |
protected Instance m_instance
protected int m_fileNumber
protected java.util.Map<java.lang.String,java.lang.String> m_stringVals