createIntermediateTable
abstract suspend fun createIntermediateTable(input: CreateIntermediateTableRequest): CreateIntermediateTableResponse
Creates an intermediate table in a membership. An intermediate table stores a query definition that you can execute later using PopulateIntermediateTable to materialize cached results. The intermediate table is owned by the member with the CAN_QUERY ability. This operation does not execute the stored query.