Table.ColumnsOfType

Table.ColumnsOfType(table as table, listOfTypes as list) as list

返回带有与 listOfTypes 中指定的类型相匹配的表 table 中的列名的列表。

示例:

返回表中类型 Number.Type 的列名。

使用情况:

Table.ColumnsOfType(Table.FromRecords({[a=1,b="hello"]}, type table[a=Number.Type, b=Text.Type]), {type number})

输出:

{"a"}

results matching ""

    No results matching ""