org.apache.accumulo.examples.wikisearch.function
Class QueryFunctions
java.lang.Object
org.apache.accumulo.examples.wikisearch.function.QueryFunctions
public class QueryFunctions
- extends Object
Field Summary |
protected static org.apache.log4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.log4j.Logger log
QueryFunctions
public QueryFunctions()
between
public static boolean between(String fieldValue,
double left,
double right)
between
public static boolean between(String fieldValue,
long left,
long right)
abs
public static Number abs(String fieldValue)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.