setColumnComment#

swordfish.function.setColumnComment()#

Add comments to columns of a DFS table or an MVCC table. Use function schema to view column comments.

Parameters:
  • table (Constant) – A DFS table or MVCC table.

  • columnComments (Constant) – A dictionary. Its keys are table columns and values are comments for each column.