DataFrameColumn.GetValueGetterUsingCursor Method

Definition

Returns the ValueGetter for each active column in cursor as a delegate to be cached.

protected internal virtual Delegate GetValueGetterUsingCursor (Microsoft.ML.DataViewRowCursor cursor, Microsoft.ML.DataViewSchema.Column schemaColumn);
abstract member GetValueGetterUsingCursor : Microsoft.ML.DataViewRowCursor * Microsoft.ML.DataViewSchema.Column -> Delegate
override this.GetValueGetterUsingCursor : Microsoft.ML.DataViewRowCursor * Microsoft.ML.DataViewSchema.Column -> Delegate
Protected Friend Overridable Function GetValueGetterUsingCursor (cursor As DataViewRowCursor, schemaColumn As DataViewSchema.Column) As Delegate

Parameters

cursor
DataViewRowCursor

The row cursor which has the current position

schemaColumn
DataViewSchema.Column

The DataViewSchema.Column to return the ValueGetter for.

Returns

Applies to