public final class oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq extends oadd.com.google.protobuf.GeneratedMessageV3 implements oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReqOrBuilder
{
private static final long serialVersionUID;
private int bitField0_;
public static final int CATALOG_NAME_FILTER_FIELD_NUMBER;
private oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter catalogNameFilter_;
public static final int SCHEMA_NAME_FILTER_FIELD_NUMBER;
private oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter schemaNameFilter_;
public static final int TABLE_NAME_FILTER_FIELD_NUMBER;
private oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter tableNameFilter_;
public static final int TABLE_TYPE_FILTER_FIELD_NUMBER;
private oadd.com.google.protobuf.LazyStringList tableTypeFilter_;
private byte memoizedIsInitialized;
private static final oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq DEFAULT_INSTANCE;
public static final oadd.com.google.protobuf.Parser PARSER;
private void <init>(oadd.com.google.protobuf.GeneratedMessageV3$Builder)
{
oadd.com.google.protobuf.GeneratedMessageV3$Builder v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v := @parameter: oadd.com.google.protobuf.GeneratedMessageV3$Builder;
specialinvoke v.<oadd.com.google.protobuf.GeneratedMessageV3: void <init>(oadd.com.google.protobuf.GeneratedMessageV3$Builder)>(v);
v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: byte memoizedIsInitialized> = -1;
return;
}
private void <init>()
{
oadd.com.google.protobuf.LazyStringList v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
specialinvoke v.<oadd.com.google.protobuf.GeneratedMessageV3: void <init>()>();
v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: byte memoizedIsInitialized> = -1;
v = <oadd.com.google.protobuf.LazyStringArrayList: oadd.com.google.protobuf.LazyStringList EMPTY>;
v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_> = v;
return;
}
protected java.lang.Object newInstance(oadd.com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter)
{
oadd.com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v, v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v := @parameter: oadd.com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter;
v = new oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: void <init>()>();
return v;
}
public final oadd.com.google.protobuf.UnknownFieldSet getUnknownFields()
{
oadd.com.google.protobuf.UnknownFieldSet v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.UnknownFieldSet unknownFields>;
return v;
}
public static final oadd.com.google.protobuf.Descriptors$Descriptor getDescriptor()
{
oadd.com.google.protobuf.Descriptors$Descriptor v;
v = <oadd.org.apache.drill.exec.proto.UserProtos: oadd.com.google.protobuf.Descriptors$Descriptor internal_static_exec_user_GetTablesReq_descriptor>;
return v;
}
protected oadd.com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable()
{
oadd.com.google.protobuf.GeneratedMessageV3$FieldAccessorTable v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = <oadd.org.apache.drill.exec.proto.UserProtos: oadd.com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_exec_user_GetTablesReq_fieldAccessorTable>;
v = virtualinvoke v.<oadd.com.google.protobuf.GeneratedMessageV3$FieldAccessorTable: oadd.com.google.protobuf.GeneratedMessageV3$FieldAccessorTable ensureFieldAccessorsInitialized(java.lang.Class,java.lang.Class)>(class "Loadd/org/apache/drill/exec/proto/UserProtos$GetTablesReq;", class "Loadd/org/apache/drill/exec/proto/UserProtos$GetTablesReq$Builder;");
return v;
}
public boolean hasCatalogNameFilter()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
int v, v;
boolean v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 1;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getCatalogNameFilter()
{
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter catalogNameFilter_>;
if v != null goto label;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getDefaultInstance()>();
goto label;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter catalogNameFilter_>;
label:
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$LikeFilterOrBuilder getCatalogNameFilterOrBuilder()
{
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter catalogNameFilter_>;
if v != null goto label;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getDefaultInstance()>();
goto label;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter catalogNameFilter_>;
label:
return v;
}
public boolean hasSchemaNameFilter()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
int v, v;
boolean v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 2;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getSchemaNameFilter()
{
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter schemaNameFilter_>;
if v != null goto label;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getDefaultInstance()>();
goto label;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter schemaNameFilter_>;
label:
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$LikeFilterOrBuilder getSchemaNameFilterOrBuilder()
{
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter schemaNameFilter_>;
if v != null goto label;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getDefaultInstance()>();
goto label;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter schemaNameFilter_>;
label:
return v;
}
public boolean hasTableNameFilter()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
int v, v;
boolean v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 4;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getTableNameFilter()
{
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter tableNameFilter_>;
if v != null goto label;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getDefaultInstance()>();
goto label;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter tableNameFilter_>;
label:
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$LikeFilterOrBuilder getTableNameFilterOrBuilder()
{
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter tableNameFilter_>;
if v != null goto label;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getDefaultInstance()>();
goto label;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter tableNameFilter_>;
label:
return v;
}
public oadd.com.google.protobuf.ProtocolStringList getTableTypeFilterList()
{
oadd.com.google.protobuf.LazyStringList v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
return v;
}
public int getTableTypeFilterCount()
{
int v;
oadd.com.google.protobuf.LazyStringList v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
v = interfaceinvoke v.<oadd.com.google.protobuf.LazyStringList: int size()>();
return v;
}
public java.lang.String getTableTypeFilter(int)
{
oadd.com.google.protobuf.LazyStringList v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
int v;
java.lang.Object v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v := @parameter: int;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
v = interfaceinvoke v.<oadd.com.google.protobuf.LazyStringList: java.lang.Object get(int)>(v);
return v;
}
public oadd.com.google.protobuf.ByteString getTableTypeFilterBytes(int)
{
oadd.com.google.protobuf.LazyStringList v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
int v;
oadd.com.google.protobuf.ByteString v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v := @parameter: int;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
v = interfaceinvoke v.<oadd.com.google.protobuf.LazyStringList: oadd.com.google.protobuf.ByteString getByteString(int)>(v);
return v;
}
public final boolean isInitialized()
{
byte v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: byte memoizedIsInitialized>;
if v != 1 goto label;
return 1;
label:
if v != 0 goto label;
return 0;
label:
v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: byte memoizedIsInitialized> = 1;
return 1;
}
public void writeTo(oadd.com.google.protobuf.CodedOutputStream) throws java.io.IOException
{
oadd.com.google.protobuf.CodedOutputStream v;
int v, v, v, v, v, v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v, v;
oadd.com.google.protobuf.LazyStringList v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
java.lang.Object v;
oadd.com.google.protobuf.UnknownFieldSet v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v := @parameter: oadd.com.google.protobuf.CodedOutputStream;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 1;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getCatalogNameFilter()>();
virtualinvoke v.<oadd.com.google.protobuf.CodedOutputStream: void writeMessage(int,oadd.com.google.protobuf.MessageLite)>(1, v);
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 2;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getSchemaNameFilter()>();
virtualinvoke v.<oadd.com.google.protobuf.CodedOutputStream: void writeMessage(int,oadd.com.google.protobuf.MessageLite)>(2, v);
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 4;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getTableNameFilter()>();
virtualinvoke v.<oadd.com.google.protobuf.CodedOutputStream: void writeMessage(int,oadd.com.google.protobuf.MessageLite)>(3, v);
label:
v = 0;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
v = interfaceinvoke v.<oadd.com.google.protobuf.LazyStringList: int size()>();
if v >= v goto label;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
v = interfaceinvoke v.<oadd.com.google.protobuf.LazyStringList: java.lang.Object getRaw(int)>(v);
staticinvoke <oadd.com.google.protobuf.GeneratedMessageV3: void writeString(oadd.com.google.protobuf.CodedOutputStream,int,java.lang.Object)>(v, 4, v);
v = v + 1;
goto label;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.UnknownFieldSet getUnknownFields()>();
virtualinvoke v.<oadd.com.google.protobuf.UnknownFieldSet: void writeTo(oadd.com.google.protobuf.CodedOutputStream)>(v);
return;
}
public int getSerializedSize()
{
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v, v;
oadd.com.google.protobuf.LazyStringList v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
oadd.com.google.protobuf.ProtocolStringList v;
java.lang.Object v;
oadd.com.google.protobuf.UnknownFieldSet v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int memoizedSize>;
v = (int) -1;
if v == v goto label;
return v;
label:
v = 0;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 1;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getCatalogNameFilter()>();
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: int computeMessageSize(int,oadd.com.google.protobuf.MessageLite)>(1, v);
v = 0 + v;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 2;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getSchemaNameFilter()>();
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: int computeMessageSize(int,oadd.com.google.protobuf.MessageLite)>(2, v);
v = v + v;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int bitField0_>;
v = v & 4;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getTableNameFilter()>();
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: int computeMessageSize(int,oadd.com.google.protobuf.MessageLite)>(3, v);
v = v + v;
label:
v = 0;
v = 0;
label:
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
v = interfaceinvoke v.<oadd.com.google.protobuf.LazyStringList: int size()>();
if v >= v goto label;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.LazyStringList tableTypeFilter_>;
v = interfaceinvoke v.<oadd.com.google.protobuf.LazyStringList: java.lang.Object getRaw(int)>(v);
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int computeStringSizeNoTag(java.lang.Object)>(v);
v = v + v;
v = v + 1;
goto label;
label:
v = v + v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.ProtocolStringList getTableTypeFilterList()>();
v = interfaceinvoke v.<oadd.com.google.protobuf.ProtocolStringList: int size()>();
v = 1 * v;
v = v + v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.UnknownFieldSet getUnknownFields()>();
v = virtualinvoke v.<oadd.com.google.protobuf.UnknownFieldSet: int getSerializedSize()>();
v = v + v;
v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int memoizedSize> = v;
return v;
}
public boolean equals(java.lang.Object)
{
boolean v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v, v, v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
oadd.com.google.protobuf.ProtocolStringList v, v;
java.lang.Object v;
oadd.com.google.protobuf.UnknownFieldSet v, v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
v = v instanceof oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
if v != 0 goto label;
v = specialinvoke v.<oadd.com.google.protobuf.GeneratedMessageV3: boolean equals(java.lang.Object)>(v);
return v;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasCatalogNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasCatalogNameFilter()>();
if v == v goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasCatalogNameFilter()>();
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getCatalogNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getCatalogNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasSchemaNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasSchemaNameFilter()>();
if v == v goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasSchemaNameFilter()>();
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getSchemaNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getSchemaNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasTableNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasTableNameFilter()>();
if v == v goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasTableNameFilter()>();
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getTableNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getTableNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.ProtocolStringList getTableTypeFilterList()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.ProtocolStringList getTableTypeFilterList()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.UnknownFieldSet getUnknownFields()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.UnknownFieldSet getUnknownFields()>();
v = virtualinvoke v.<oadd.com.google.protobuf.UnknownFieldSet: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
boolean v, v, v;
oadd.com.google.protobuf.Descriptors$Descriptor v;
oadd.com.google.protobuf.ProtocolStringList v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
oadd.com.google.protobuf.UnknownFieldSet v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int memoizedHashCode>;
if v == 0 goto label;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int memoizedHashCode>;
return v;
label:
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Descriptors$Descriptor getDescriptor()>();
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = 779 + v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasCatalogNameFilter()>();
if v == 0 goto label;
v = 37 * v;
v = v + 1;
v = 53 * v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getCatalogNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: int hashCode()>();
v = v + v;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasSchemaNameFilter()>();
if v == 0 goto label;
v = 37 * v;
v = v + 2;
v = 53 * v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getSchemaNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: int hashCode()>();
v = v + v;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: boolean hasTableNameFilter()>();
if v == 0 goto label;
v = 37 * v;
v = v + 3;
v = 53 * v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getTableNameFilter()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter: int hashCode()>();
v = v + v;
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int getTableTypeFilterCount()>();
if v <= 0 goto label;
v = 37 * v;
v = v + 4;
v = 53 * v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.ProtocolStringList getTableTypeFilterList()>();
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
label:
v = 29 * v;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.UnknownFieldSet getUnknownFields()>();
v = virtualinvoke v.<oadd.com.google.protobuf.UnknownFieldSet: int hashCode()>();
v = v + v;
v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: int memoizedHashCode> = v;
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(java.nio.ByteBuffer) throws oadd.com.google.protobuf.InvalidProtocolBufferException
{
java.lang.Object v;
oadd.com.google.protobuf.Parser v;
java.nio.ByteBuffer v;
v := @parameter: java.nio.ByteBuffer;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = interfaceinvoke v.<oadd.com.google.protobuf.Parser: java.lang.Object parseFrom(java.nio.ByteBuffer)>(v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(java.nio.ByteBuffer, oadd.com.google.protobuf.ExtensionRegistryLite) throws oadd.com.google.protobuf.InvalidProtocolBufferException
{
oadd.com.google.protobuf.ExtensionRegistryLite v;
java.lang.Object v;
oadd.com.google.protobuf.Parser v;
java.nio.ByteBuffer v;
v := @parameter: java.nio.ByteBuffer;
v := @parameter: oadd.com.google.protobuf.ExtensionRegistryLite;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = interfaceinvoke v.<oadd.com.google.protobuf.Parser: java.lang.Object parseFrom(java.nio.ByteBuffer,oadd.com.google.protobuf.ExtensionRegistryLite)>(v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(oadd.com.google.protobuf.ByteString) throws oadd.com.google.protobuf.InvalidProtocolBufferException
{
java.lang.Object v;
oadd.com.google.protobuf.ByteString v;
oadd.com.google.protobuf.Parser v;
v := @parameter: oadd.com.google.protobuf.ByteString;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = interfaceinvoke v.<oadd.com.google.protobuf.Parser: java.lang.Object parseFrom(oadd.com.google.protobuf.ByteString)>(v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(oadd.com.google.protobuf.ByteString, oadd.com.google.protobuf.ExtensionRegistryLite) throws oadd.com.google.protobuf.InvalidProtocolBufferException
{
oadd.com.google.protobuf.ExtensionRegistryLite v;
java.lang.Object v;
oadd.com.google.protobuf.ByteString v;
oadd.com.google.protobuf.Parser v;
v := @parameter: oadd.com.google.protobuf.ByteString;
v := @parameter: oadd.com.google.protobuf.ExtensionRegistryLite;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = interfaceinvoke v.<oadd.com.google.protobuf.Parser: java.lang.Object parseFrom(oadd.com.google.protobuf.ByteString,oadd.com.google.protobuf.ExtensionRegistryLite)>(v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(byte[]) throws oadd.com.google.protobuf.InvalidProtocolBufferException
{
byte[] v;
java.lang.Object v;
oadd.com.google.protobuf.Parser v;
v := @parameter: byte[];
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = interfaceinvoke v.<oadd.com.google.protobuf.Parser: java.lang.Object parseFrom(byte[])>(v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(byte[], oadd.com.google.protobuf.ExtensionRegistryLite) throws oadd.com.google.protobuf.InvalidProtocolBufferException
{
byte[] v;
oadd.com.google.protobuf.ExtensionRegistryLite v;
java.lang.Object v;
oadd.com.google.protobuf.Parser v;
v := @parameter: byte[];
v := @parameter: oadd.com.google.protobuf.ExtensionRegistryLite;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = interfaceinvoke v.<oadd.com.google.protobuf.Parser: java.lang.Object parseFrom(byte[],oadd.com.google.protobuf.ExtensionRegistryLite)>(v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(java.io.InputStream) throws java.io.IOException
{
oadd.com.google.protobuf.Message v;
oadd.com.google.protobuf.Parser v;
java.io.InputStream v;
v := @parameter: java.io.InputStream;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = staticinvoke <oadd.com.google.protobuf.GeneratedMessageV3: oadd.com.google.protobuf.Message parseWithIOException(oadd.com.google.protobuf.Parser,java.io.InputStream)>(v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(java.io.InputStream, oadd.com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
{
oadd.com.google.protobuf.ExtensionRegistryLite v;
oadd.com.google.protobuf.Message v;
oadd.com.google.protobuf.Parser v;
java.io.InputStream v;
v := @parameter: java.io.InputStream;
v := @parameter: oadd.com.google.protobuf.ExtensionRegistryLite;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = staticinvoke <oadd.com.google.protobuf.GeneratedMessageV3: oadd.com.google.protobuf.Message parseWithIOException(oadd.com.google.protobuf.Parser,java.io.InputStream,oadd.com.google.protobuf.ExtensionRegistryLite)>(v, v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseDelimitedFrom(java.io.InputStream) throws java.io.IOException
{
oadd.com.google.protobuf.Message v;
oadd.com.google.protobuf.Parser v;
java.io.InputStream v;
v := @parameter: java.io.InputStream;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = staticinvoke <oadd.com.google.protobuf.GeneratedMessageV3: oadd.com.google.protobuf.Message parseDelimitedWithIOException(oadd.com.google.protobuf.Parser,java.io.InputStream)>(v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseDelimitedFrom(java.io.InputStream, oadd.com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
{
oadd.com.google.protobuf.ExtensionRegistryLite v;
oadd.com.google.protobuf.Message v;
oadd.com.google.protobuf.Parser v;
java.io.InputStream v;
v := @parameter: java.io.InputStream;
v := @parameter: oadd.com.google.protobuf.ExtensionRegistryLite;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = staticinvoke <oadd.com.google.protobuf.GeneratedMessageV3: oadd.com.google.protobuf.Message parseDelimitedWithIOException(oadd.com.google.protobuf.Parser,java.io.InputStream,oadd.com.google.protobuf.ExtensionRegistryLite)>(v, v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(oadd.com.google.protobuf.CodedInputStream) throws java.io.IOException
{
oadd.com.google.protobuf.CodedInputStream v;
oadd.com.google.protobuf.Message v;
oadd.com.google.protobuf.Parser v;
v := @parameter: oadd.com.google.protobuf.CodedInputStream;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = staticinvoke <oadd.com.google.protobuf.GeneratedMessageV3: oadd.com.google.protobuf.Message parseWithIOException(oadd.com.google.protobuf.Parser,oadd.com.google.protobuf.CodedInputStream)>(v, v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq parseFrom(oadd.com.google.protobuf.CodedInputStream, oadd.com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
{
oadd.com.google.protobuf.ExtensionRegistryLite v;
oadd.com.google.protobuf.CodedInputStream v;
oadd.com.google.protobuf.Message v;
oadd.com.google.protobuf.Parser v;
v := @parameter: oadd.com.google.protobuf.CodedInputStream;
v := @parameter: oadd.com.google.protobuf.ExtensionRegistryLite;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
v = staticinvoke <oadd.com.google.protobuf.GeneratedMessageV3: oadd.com.google.protobuf.Message parseWithIOException(oadd.com.google.protobuf.Parser,oadd.com.google.protobuf.CodedInputStream,oadd.com.google.protobuf.ExtensionRegistryLite)>(v, v, v);
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder newBuilderForType()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder newBuilder()>();
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder newBuilder()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq DEFAULT_INSTANCE>;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder toBuilder()>();
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder newBuilder(oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq)
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder v, v;
v := @parameter: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq DEFAULT_INSTANCE>;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder toBuilder()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder mergeFrom(oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq)>(v);
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder toBuilder()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v, v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder v, v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq DEFAULT_INSTANCE>;
if v != v goto label;
v = new oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder: void <init>()>();
goto label;
label:
v = new oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder: void <init>()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder mergeFrom(oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq)>(v);
label:
return v;
}
protected oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder newBuilderForType(oadd.com.google.protobuf.GeneratedMessageV3$BuilderParent)
{
oadd.com.google.protobuf.GeneratedMessageV3$BuilderParent v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v := @parameter: oadd.com.google.protobuf.GeneratedMessageV3$BuilderParent;
v = new oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$Builder: void <init>(oadd.com.google.protobuf.GeneratedMessageV3$BuilderParent)>(v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq getDefaultInstance()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq DEFAULT_INSTANCE>;
return v;
}
public static oadd.com.google.protobuf.Parser parser()
{
oadd.com.google.protobuf.Parser v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
return v;
}
public oadd.com.google.protobuf.Parser getParserForType()
{
oadd.com.google.protobuf.Parser v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER>;
return v;
}
public oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq getDefaultInstanceForType()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v, v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
v = <oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq DEFAULT_INSTANCE>;
return v;
}
static void <clinit>()
{
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$1 v;
oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: void <init>()>();
<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq DEFAULT_INSTANCE> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$1;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq$1: void <init>()>();
<oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReq: oadd.com.google.protobuf.Parser PARSER> = v;
return;
}
}