Class YqlQuery

java.lang.Object
com.yahoo.search.yql.YqlQuery

public class YqlQuery extends Object
A Yql query. These usually contains variables, which allows the yql query to be parsed once at configuration time and turned into fully specified queries at request time without reparsing.
Author:
bratseth
  • Method Details

    • from

      public static YqlQuery from(String yqlQueryString)
      Creates a YQl query form a string