Class TrinoThriftNullableColumnSet

java.lang.Object
io.trino.plugin.thrift.api.TrinoThriftNullableColumnSet

@ThriftStruct public final class TrinoThriftNullableColumnSet extends Object
  • Constructor Details

    • TrinoThriftNullableColumnSet

      @ThriftConstructor public TrinoThriftNullableColumnSet(@Nullable Set<String> columns)
  • Method Details

    • getColumns

      @Nullable @ThriftField(value=1, requiredness=OPTIONAL) public Set<String> getColumns()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object