MCPcopy
hub / github.com/NLPchina/elasticsearch-sql / toString

Method toString

src/main/java/org/nlpcn/es4sql/domain/Where.java:47–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 @Override
48 public String toString(){
49 if(wheres.size()>0){
50 String whereStr = wheres.toString() ;
51 return this.conn + " ( "+whereStr.substring(1,whereStr.length()-1)+" ) " ;
52 }else{
53 return "" ;
54 }
55
56 }
57
58 @Override
59 public Object clone() throws CloneNotSupportedException {

Callers 15

searchSanityMethod · 0.45
aggregationQueryMethod · 0.45
explainScriptValueMethod · 0.45
betweenScriptValueMethod · 0.45
searchSanityFilterMethod · 0.45
deleteSanityMethod · 0.45
multiMatchQueryMethod · 0.45
functionLogsMethod · 0.45
functionPowMethod · 0.45

Calls 1

substringMethod · 0.80

Tested by 15

searchSanityMethod · 0.36
aggregationQueryMethod · 0.36
explainScriptValueMethod · 0.36
betweenScriptValueMethod · 0.36
searchSanityFilterMethod · 0.36
deleteSanityMethod · 0.36
multiMatchQueryMethod · 0.36
functionLogsMethod · 0.36
functionPowMethod · 0.36