| return toStringHelper(this).add(STR0,specification).toString(); | return toStringHelper(this).omitNullValues().add(STR0,specification.orElse(null)).toString(); | toStringHelper(this).add(STR0,specification) | toStringHelper(this).omitNullValues().add(STR0,specification.orElse(null)) | presto | 6ae5918fc6cae7dc7ce2f43d9409a9fe8eebd027 | com.facebook.presto.sql.planner.assertions.WindowMatcher | | | _1 | specification |
|---|
| _2 | specification |
|---|
| | TCIVar | specification |
|---|
| v0 | toStringHelper(this) |
|---|
| v1 | STR0 |
|---|
| | | TCIVar | specification |
|---|
| v0 | toStringHelper(this) |
|---|
| v1 | STR0 |
|---|
| Uses | True |