org.apache.accumulo.examples.wikisearch.function
Class QueryFunctions

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.function.QueryFunctions

public class QueryFunctions
extends Object


Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
QueryFunctions()
           
 
Method Summary
static Number abs(String fieldValue)
           
static boolean between(String fieldValue, double left, double right)
           
static boolean between(String fieldValue, long left, long right)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
Constructor Detail

QueryFunctions

public QueryFunctions()
Method Detail

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.