All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.sor.db.cql.RowGroup Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.sor.db.cql;

import com.datastax.driver.core.Row;

import java.util.Iterator;

public interface RowGroup extends Iterator {

    Iterator reloadRowsAfter(Row row);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy