SchemaAnnotationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to facilitate easy consumption of popular contents of Annotations.
public static class SchemaAnnotationsExtensions
type SchemaAnnotationsExtensions = class
Public Module SchemaAnnotationsExtensions
- Inheritance
-
SchemaAnnotationsExtensions
Methods
GetKeyValues<TValue>(DataViewSchema+Column, VBuffer<TValue>) |
Stores the key values of the input column into the provided buffer, if this is of key type and whose
key values are of ItemType whose RawType matches
|
GetSlotNames(DataViewSchema+Column, VBuffer<ReadOnlyMemory<Char>>) |
Stores the slots names of the input column into the provided buffer, if there are slot names. Otherwise it will throw an exception. |
HasKeyValues(DataViewSchema+Column, PrimitiveDataViewType) |
Returns |
HasSlotNames(DataViewSchema+Column) |
Returns |
IsNormalized(DataViewSchema+Column) |
Returns |