mi_boolean mi_qual_commuteargs(MI_AM_QUAL_DESC *qualDesc);
MI_TRUE indicates that constant precedes column in the argument list, for example, function(constant, column).
MI_FALSE indicates that column precedes constant in the argument list, for example function(column, constant).
See the description of accessor function mi_qual_issimple().