protected function createCollectionSecondaryIndex() { $statement = new SimpleStatement("CREATE INDEX collection ON {$this->tableNamePrefix} (KEYS(value2))"); $this->session->execute($statement); }