2 references to TextFileSample
Microsoft.ML.AutoML (2)
ColumnInference\TextFileSample.cs (2)
156
return new
TextFileSample
(StitchChunks(false, chunks.ToArray()), fileSize, approximateRowCount);
168
return new
TextFileSample
(StitchChunks(readCount == stream.Length, buf),