createIntermediateTable
inline suspend fun CleanRoomsClient.createIntermediateTable(crossinline block: CreateIntermediateTableRequest.Builder.() -> Unit): 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.