99100101102103104105106107108109
RowInputBinary bin = (RowInputBinary) in; if (bin.readNull()) { updateColMap = null; } else { updateColMap = bin.readIntArray(); } } else { updateData = null; updateColMap = null; }