Class DropPartitionsExpr

java.lang.Object
io.trino.hive.thrift.metastore.DropPartitionsExpr
All Implemented Interfaces:
Serializable, Cloneable, Comparable<DropPartitionsExpr>, org.apache.thrift.TBase<DropPartitionsExpr,DropPartitionsExpr._Fields>, org.apache.thrift.TSerializable

@Generated("Autogenerated by Thrift Compiler (0.17.0)") public class DropPartitionsExpr extends Object implements org.apache.thrift.TBase<DropPartitionsExpr,DropPartitionsExpr._Fields>, Serializable, Cloneable, Comparable<DropPartitionsExpr>
See Also:
  • Field Details

  • Constructor Details

    • DropPartitionsExpr

      public DropPartitionsExpr()
    • DropPartitionsExpr

      public DropPartitionsExpr(ByteBuffer expr)
    • DropPartitionsExpr

      public DropPartitionsExpr(DropPartitionsExpr other)
      Performs a deep copy on other.
  • Method Details