pub fn plan_arrow_schema_to_mssql_schema(
schema: impl AsRef<Schema>,
profile: MssqlProfile,
options: PlanOptions,
) -> Result<PlanOutcome<PlannedSchema>>Expand description
Plans an Arrow schema into a profile-bound MSSQL schema.
pub fn plan_arrow_schema_to_mssql_schema(
schema: impl AsRef<Schema>,
profile: MssqlProfile,
options: PlanOptions,
) -> Result<PlanOutcome<PlannedSchema>>Plans an Arrow schema into a profile-bound MSSQL schema.