MCPcopy Create free account
hub / github.com/apache/impala / is

Method is

fe/src/main/java/org/apache/impala/analysis/PlanHint.java:49–49  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

47
48 /// Check whether this hint equals to a given string, ignoring case.
49 public boolean is(String s) { return name_.equalsIgnoreCase(s); }
50
51 @Override
52 public boolean equals(Object o) {

Calls

no outgoing calls