public interface  oadd.org.apache.drill.exec.proto.UserProtos$QueryPlanFragmentsOrBuilder extends java.lang.Object implements oadd.com.google.protobuf.MessageOrBuilder
{
public abstract boolean hasStatus();
public abstract oadd.org.apache.drill.exec.proto.UserBitShared$QueryResult$QueryState getStatus();
public abstract boolean hasQueryId();
public abstract oadd.org.apache.drill.exec.proto.UserBitShared$QueryId getQueryId();
public abstract oadd.org.apache.drill.exec.proto.UserBitShared$QueryIdOrBuilder getQueryIdOrBuilder();
public abstract java.util.List getFragmentsList();
public abstract oadd.org.apache.drill.exec.proto.BitControl$PlanFragment getFragments(int);
public abstract int getFragmentsCount();
public abstract java.util.List getFragmentsOrBuilderList();
public abstract oadd.org.apache.drill.exec.proto.BitControl$PlanFragmentOrBuilder getFragmentsOrBuilder(int);
public abstract boolean hasError();
public abstract oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError getError();
public abstract oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBErrorOrBuilder getErrorOrBuilder();
}