Skip to main content

Enum ColumnInferenceHandler

An enum that defines the actions to take when inferring column data types. One of InferDataType, ExplicitDataType, or NoAction.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular.Utilities

Assembly: Xperiflow.dll

Declaration
public enum ColumnInferenceHandler

Fields

InferDataType

Declaration
InferDataType = 0

ExplicitDataType

Declaration
ExplicitDataType = 1

NoAction

Declaration
NoAction = 2

Was this page helpful?