2 writes to _subLoaderBytes
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
188_subLoaderBytes = SaveLoaderToBytes(subLoader); 236_subLoaderBytes = ctx.Reader.ReadByteArray();
2 references to _subLoaderBytes
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
284ctx.Writer.WriteByteArray(_subLoaderBytes); 474loader = _parent.CreateLoaderFromBytes(_parent._subLoaderBytes, new MultiFileSource(path));