Uses of Class
io.trino.hive.thrift.metastore.PartitionsByExprResult
-
Uses of PartitionsByExprResult in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PartitionsByExprResultModifier and TypeMethodDescriptionPartitionsByExprResult.deepCopy()ThriftHiveMetastore.Client.getPartitionsByExpr(PartitionsByExprRequest req) ThriftHiveMetastore.Iface.getPartitionsByExpr(PartitionsByExprRequest req) ThriftHiveMetastore.AsyncClient.get_partitions_by_expr_call.getResult()ThriftHiveMetastore.get_partitions_by_expr_result.getSuccess()ThriftHiveMetastore.Client.recvGetPartitionsByExpr()PartitionsByExprResult.setHasUnknownPartitions(boolean hasUnknownPartitions) PartitionsByExprResult.setPartitions(List<Partition> partitions) Methods in io.trino.hive.thrift.metastore that return types with arguments of type PartitionsByExprResultModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<PartitionsByExprResult>ThriftHiveMetastore.AsyncProcessor.get_partitions_by_expr.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type PartitionsByExprResultModifier and TypeMethodDescriptionintPartitionsByExprResult.compareTo(PartitionsByExprResult other) booleanPartitionsByExprResult.equals(PartitionsByExprResult that) ThriftHiveMetastore.get_partitions_by_expr_result.setSuccess(PartitionsByExprResult success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionsByExprResultModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getPartitionsByExpr(PartitionsByExprRequest req, org.apache.thrift.async.AsyncMethodCallback<PartitionsByExprResult> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsByExpr(PartitionsByExprRequest req, org.apache.thrift.async.AsyncMethodCallback<PartitionsByExprResult> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions_by_expr.start(I iface, ThriftHiveMetastore.get_partitions_by_expr_args args, org.apache.thrift.async.AsyncMethodCallback<PartitionsByExprResult> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type PartitionsByExprResultModifierConstructorDescriptionget_partitions_by_expr_result(PartitionsByExprResult success, MetaException o1, NoSuchObjectException o2) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionsByExprResultModifierConstructorDescriptionget_partitions_by_expr_call(PartitionsByExprRequest req, org.apache.thrift.async.AsyncMethodCallback<PartitionsByExprResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)