18 references to Append
Microsoft.Data.Analysis (18)
DataFrameColumns\ArrowStringDataFrameColumn.cs (5)
106bitMapBuffer.Append(0); 192mutableOffsetsBuffer.Append(0); 197mutableOffsetsBuffer.Append(mutableOffsetsBuffer[mutableOffsetsBuffer.Length - 1]); 209mutableOffsetsBuffer.Append(0); 214mutableOffsetsBuffer.Append(mutableOffsetsBuffer[mutableOffsetsBuffer.Length - 1] + value.Length);
PrimitiveColumnContainer.cs (13)
128mutableLastBuffer.Append(value ?? default); 323bitMapBuffer.Append(0); 577newBuffer.Append(ByteConverter<T>.Instance.GetByte(span[i])); 596newBuffer.Append(SByteConverter<T>.Instance.GetSByte(span[i])); 615newBuffer.Append(DoubleConverter<T>.Instance.GetDouble(span[i])); 634newBuffer.Append(DecimalConverter<T>.Instance.GetDecimal(span[i])); 653newBuffer.Append(Int16Converter<T>.Instance.GetInt16(span[i])); 672newBuffer.Append(UInt16Converter<T>.Instance.GetUInt16(span[i])); 691newBuffer.Append(Int32Converter<T>.Instance.GetInt32(span[i])); 710newBuffer.Append(UInt32Converter<T>.Instance.GetUInt32(span[i])); 729newBuffer.Append(Int64Converter<T>.Instance.GetInt64(span[i])); 748newBuffer.Append(UInt64Converter<T>.Instance.GetUInt64(span[i])); 767newBuffer.Append(SingleConverter<T>.Instance.GetSingle(span[i]));