MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / ExpressionTree

Method ExpressionTree

src/query/expression/ExpressionTree.java:70–72  ·  view source on GitHub ↗

Creates a tree with a root and no children @param expression_name The name of the expression to lookup in the factory @param data_query The original query @throws UnsupportedOperationException if the expression is not implemented

(final String expression_name, final TSQuery data_query)

Source from the content-addressed store, hash-verified

68 * @throws UnsupportedOperationException if the expression is not implemented
69 */
70 public ExpressionTree(final String expression_name, final TSQuery data_query) {
71 this(ExpressionFactory.getByName(expression_name), data_query);
72 }
73
74 /**
75 * Creates a tree with a root and no children

Callers

nothing calls this directly

Calls 1

getByNameMethod · 0.95

Tested by

no test coverage detected