Skip to content

DDLUtils

checkTableColumns

checkTableColumns(
  table: CatalogTable): Unit
checkTableColumns(
  table: CatalogTable,
  schema: StructType): Unit
Procedure

checkTableColumns is a procedure (returns Unit) so what happens inside stays inside (paraphrasing the former advertising slogan of Las Vegas, Nevada).

checkTableColumns...FIXME


checkTableColumns is used when:

checkDataColNames

checkDataColNames(
  provider: String,
  schema: StructType): Unit
Procedure

checkDataColNames is a procedure (returns Unit) so what happens inside stays inside (paraphrasing the former advertising slogan of Las Vegas, Nevada).

checkDataColNames...FIXME