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

com.netflix.astyanax.query.PreparedIndexColumnExpression Maven / Gradle / Ivy

There is a newer version: 3.10.2
Show newest version
package com.netflix.astyanax.query;

public interface PreparedIndexColumnExpression {
    /**
     * Set the column part of the expression
     * 
     * @param columnName
     * @return
     */
    PreparedIndexOperationExpression whereColumn(C columnName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy