2 references to GetFirstNonNullValueStartingAtIndex
Microsoft.Data.Analysis (2)
DataFrameColumns\StringDataFrameColumn.cs (2)
245ValueTuple<string, int> valueAndBufferSortIndex = GetFirstNonNullValueStartingAtIndex(i, 0); 263GetValueAndBufferSortIndexAtBuffer<string> getValueAtBuffer = new GetValueAndBufferSortIndexAtBuffer<string>((int bufferIndex, int sortIndex) => GetFirstNonNullValueStartingAtIndex(bufferIndex, sortIndex));