org.vertexium.query.GraphQueryWithGeohashAggregation Maven / Gradle / Ivy
package org.vertexium.query;
@Deprecated
public interface GraphQueryWithGeohashAggregation extends GraphQuery {
@Deprecated
GraphQueryWithGeohashAggregation addGeohashAggregation(String aggregationName, String field, int precision);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy