cluster
Definition
/**
* Create a CLUSTER builder.
*
* Example: cluster()->table('users')->using('idx_users_pkey')
* Produces: CLUSTER users USING idx_users_pkey
*/
cluster() : ClusterFinalStep /**
* Create a CLUSTER builder.
*
* Example: cluster()->table('users')->using('idx_users_pkey')
* Produces: CLUSTER users USING idx_users_pkey
*/
cluster() : ClusterFinalStep