Deedle


PrimitiveInferedProperty

Namespace: FSharp.Data.Runtime.StructuralTypes

Represents type information about a primitive property (used mainly in the CSV provider) This type captures the type, unit of measure and handling of missing values (if we infer that the value may be missing, we can generate option or nullable)

Record Fields

Record FieldDescription
InferedType
Signature: Type
Name
Signature: string
RuntimeType
Signature: Type
TypeWrapper
Signature: TypeWrapper
UnitOfMeasure
Signature: Type option

Static members

Static memberDescription
PrimitiveInferedProperty.Create(...)
Signature: (name:string * typ:Type * optional:bool * unit:Type option) -> PrimitiveInferedProperty
PrimitiveInferedProperty.Create(...)
Signature: (name:string * typ:Type * typWrapper:TypeWrapper * unit:Type option) -> PrimitiveInferedProperty
Fork me on GitHub