Uses of Class
io.trino.hive.thrift.metastore.AddNotNullConstraintRequest
-
Uses of AddNotNullConstraintRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AddNotNullConstraintRequestModifier and TypeMethodDescriptionAddNotNullConstraintRequest.deepCopy()ThriftHiveMetastore.add_not_null_constraint_args.getReq()AddNotNullConstraintRequest.setNotNullConstraintCols(List<SQLNotNullConstraint> notNullConstraintCols) Methods in io.trino.hive.thrift.metastore with parameters of type AddNotNullConstraintRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addNotNullConstraint(AddNotNullConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.addNotNullConstraint(AddNotNullConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.addNotNullConstraint(AddNotNullConstraintRequest req) voidThriftHiveMetastore.Iface.addNotNullConstraint(AddNotNullConstraintRequest req) intAddNotNullConstraintRequest.compareTo(AddNotNullConstraintRequest other) booleanAddNotNullConstraintRequest.equals(AddNotNullConstraintRequest that) voidThriftHiveMetastore.Client.sendAddNotNullConstraint(AddNotNullConstraintRequest req) ThriftHiveMetastore.add_not_null_constraint_args.setReq(AddNotNullConstraintRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type AddNotNullConstraintRequestModifierConstructorDescriptionadd_not_null_constraint_call(AddNotNullConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.