Implemented interface member:
method
GetRowCount
Microsoft.ML.IDataView.GetRowCount()
1 reference to GetRowCount
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
470
var numBlocks = MathUtils.DivisionCeiling((long)parent.
GetRowCount
(), _readerOptions.Count);