1 write to _bindings
Microsoft.ML.Data (1)
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
42
_bindings
= parent._bindings;
5 references to _bindings
Microsoft.ML.Data (5)
DataLoadSave\Database\DatabaseLoaderCursor.cs (5)
46
_getters = new Delegate[
_bindings
.Infos.Length];
115
public override DataViewSchema Schema =>
_bindings
.OutputSchema;
147
Ch.Check(column.Index <
_bindings
.Infos.Length);
173
return Utils.MarshalInvoke(_createGetterDelegateMethodInfo, this,
_bindings
.Infos[col].ColType.RawType, col);
180
var colInfo =
_bindings
.Infos[col];