9 references to GetBytes
Microsoft.Data.Analysis (9)
DataFrameColumns\ArrowStringDataFrameColumn.cs (9)
258var bytes = GetBytes(rowIndex); 384ret.Append(IsValid(i) ? GetBytes(i) : default(ReadOnlySpan<byte>)); 429ret.Append(IsValid(i) ? GetBytes(i) : default(ReadOnlySpan<byte>)); 448ret.Append(IsValid(index.Value) ? GetBytes(index.Value) : default(ReadOnlySpan<byte>)); 468ret.Append(IsValid(index.Value) ? GetBytes(index.Value) : default(ReadOnlySpan<byte>)); 541ret.Append(IsValid(i) ? GetBytes(i) : Encoding.UTF8.GetBytes(value)); 571ret.Append(GetBytes(i)); 614var strBytes = GetBytes(i); 655var strBytes = GetBytes(i);