return toStringHelper(this).add(STR0,tableName).add(STR1,schemaName).add(STR2,index).add(STR3,type).add(STR4,columns).toString(); | return toStringHelper(this).add(STR0,tableName).add(STR1,schemaName).add(STR2,index).add(STR3,type.orElse(STR5)).add(STR4,columns).toString(); | type | type.orElse(STR5) | presto | 8bc19dbc5ccda961a79c46206d680e4905d94ca6 | com.facebook.presto.elasticsearch.ElasticsearchTableDescription | | | | | | Uses | False |
return toStringHelper(this).add(STR0,tableName).add(STR1,schemaName).add(STR2,index).add(STR3,type).add(STR4,columns).toString(); | return toStringHelper(this).add(STR0,tableName).add(STR1,schemaName).add(STR2,index).add(STR3,type.orElse(STR5)).add(STR4,columns).toString(); | type | type.orElse(STR5) | presto | 0cbc76fc12a1b0bf9ca27a90012475807ba72aa7 | com.facebook.presto.elasticsearch.ElasticsearchTableDescription | | | | | | Uses | False |