public final enum class oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport extends java.lang.Enum implements oadd.com.google.protobuf.ProtocolMessageEnum
{
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_UNKNOWN;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_DATE;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIME;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIMESTAMP;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MONTH;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_SECOND;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR_TO_MONTH;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_HOUR;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_MINUTE;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_SECOND;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_MINUTE;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_SECOND;
public static final enum oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE_TO_SECOND;
public static final int DL_UNKNOWN_VALUE;
public static final int DL_DATE_VALUE;
public static final int DL_TIME_VALUE;
public static final int DL_TIMESTAMP_VALUE;
public static final int DL_INTERVAL_YEAR_VALUE;
public static final int DL_INTERVAL_MONTH_VALUE;
public static final int DL_INTERVAL_DAY_VALUE;
public static final int DL_INTERVAL_HOUR_VALUE;
public static final int DL_INTERVAL_MINUTE_VALUE;
public static final int DL_INTERVAL_SECOND_VALUE;
public static final int DL_INTERVAL_YEAR_TO_MONTH_VALUE;
public static final int DL_INTERVAL_DAY_TO_HOUR_VALUE;
public static final int DL_INTERVAL_DAY_TO_MINUTE_VALUE;
public static final int DL_INTERVAL_DAY_TO_SECOND_VALUE;
public static final int DL_INTERVAL_HOUR_TO_MINUTE_VALUE;
public static final int DL_INTERVAL_HOUR_TO_SECOND_VALUE;
public static final int DL_INTERVAL_MINUTE_TO_SECOND_VALUE;
private static final oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap;
private static final oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] VALUES;
private final int value;
private static final oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] $VALUES;
public static oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] values()
{
java.lang.Object v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Loadd/org/apache/drill/exec/proto/UserProtos$DateTimeLiteralsSupport;", v);
return v;
}
public final int getNumber()
{
int v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
v = v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: int value>;
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport valueOf(int)
{
int v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v;
v := @parameter: int;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport forNumber(int)>(v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport forNumber(int)
{
int v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v := @parameter: int;
tableswitch(v)
{
case 0: goto label;
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
case 5: goto label;
case 6: goto label;
case 7: goto label;
case 8: goto label;
case 9: goto label;
case 10: goto label;
case 11: goto label;
case 12: goto label;
case 13: goto label;
case 14: goto label;
case 15: goto label;
case 16: goto label;
default: goto label;
};
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_UNKNOWN>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_DATE>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIME>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIMESTAMP>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MONTH>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_SECOND>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR_TO_MONTH>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_HOUR>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_MINUTE>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_SECOND>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_MINUTE>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_SECOND>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE_TO_SECOND>;
return v;
label:
return null;
}
public static oadd.com.google.protobuf.Internal$EnumLiteMap internalGetValueMap()
{
oadd.com.google.protobuf.Internal$EnumLiteMap v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap>;
return v;
}
public final oadd.com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor()
{
java.util.List v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v;
int v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v;
java.lang.Object v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()>();
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$EnumDescriptor: java.util.List getValues()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: int ordinal()>();
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
return v;
}
public final oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType()
{
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()>();
return v;
}
public static final oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()
{
java.lang.Object v;
java.util.List v;
oadd.com.google.protobuf.Descriptors$FileDescriptor v;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos: oadd.com.google.protobuf.Descriptors$FileDescriptor getDescriptor()>();
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$FileDescriptor: java.util.List getEnumTypes()>();
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(9);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport valueOf(oadd.com.google.protobuf.Descriptors$EnumValueDescriptor)
{
oadd.com.google.protobuf.Descriptors$EnumValueDescriptor v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v, v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] v;
int v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v;
java.lang.IllegalArgumentException v;
v := @parameter: oadd.com.google.protobuf.Descriptors$EnumValueDescriptor;
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$EnumValueDescriptor: oadd.com.google.protobuf.Descriptors$EnumDescriptor getType()>();
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()>();
if v == v goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("EnumValueDescriptor is not for this type.");
throw v;
label:
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] VALUES>;
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$EnumValueDescriptor: int getIndex()>();
v = v[v];
return v;
}
private void <init>(java.lang.String, int, int)
{
int v, v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v;
java.lang.String v;
v := @this: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: int value> = v;
return;
}
private static oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] $values()
{
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] v;
v = newarray (oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport)[17];
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_UNKNOWN>;
v[0] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_DATE>;
v[1] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIME>;
v[2] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIMESTAMP>;
v[3] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR>;
v[4] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MONTH>;
v[5] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY>;
v[6] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR>;
v[7] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE>;
v[8] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_SECOND>;
v[9] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR_TO_MONTH>;
v[10] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_HOUR>;
v[11] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_MINUTE>;
v[12] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_SECOND>;
v[13] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_MINUTE>;
v[14] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_SECOND>;
v[15] = v;
v = <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE_TO_SECOND>;
v[16] = v;
return v;
}
static void <clinit>()
{
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport$1 v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] v, v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_UNKNOWN", 0, 0);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_UNKNOWN> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_DATE", 1, 1);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_DATE> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_TIME", 2, 2);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIME> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_TIMESTAMP", 3, 3);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_TIMESTAMP> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_YEAR", 4, 4);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_MONTH", 5, 5);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MONTH> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_DAY", 6, 6);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_HOUR", 7, 7);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_MINUTE", 8, 8);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_SECOND", 9, 9);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_SECOND> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_YEAR_TO_MONTH", 10, 10);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_YEAR_TO_MONTH> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_DAY_TO_HOUR", 11, 11);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_HOUR> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_DAY_TO_MINUTE", 12, 12);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_MINUTE> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_DAY_TO_SECOND", 13, 13);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_SECOND> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_HOUR_TO_MINUTE", 14, 14);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_MINUTE> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_HOUR_TO_SECOND", 15, 15);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_SECOND> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: void <init>(java.lang.String,int,int)>("DL_INTERVAL_MINUTE_TO_SECOND", 16, 16);
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport DL_INTERVAL_MINUTE_TO_SECOND> = v;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] $values()>();
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] $VALUES> = v;
v = new oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport$1;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport$1: void <init>()>();
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap> = v;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] values()>();
<oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport: oadd.org.apache.drill.exec.proto.UserProtos$DateTimeLiteralsSupport[] VALUES> = v;
return;
}
}