7 references to Schema
Microsoft.ML.Parquet (7)
PartitionedFileLoader.cs (7)
397_active = Utils.BuildArray(Schema.Count, columnsNeeded); 399_colValues = new ReadOnlyMemory<char>[Schema.Count - SubColumnCount]; 401_subActivecolumnsNeeded = Schema.Where(x => (_subActive?.Length > x.Index) && _subActive[x.Index]); 449Ch.Check(column.Index < Schema.Count); 577Delegate[] getters = new Delegate[Schema.Count]; 585var type = Schema[i].Type; 646private int SubColumnCount => Schema.Count - _parent._srcDirIndex.Length;