public class org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan extends org.apache.drill.exec.physical.base.AbstractSubScan
{
public static final java.lang.String OPERATOR_TYPE;
private final org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig config;
private final org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec scanSpec;
private final java.util.List columns;
private final java.util.Map filters;
private final int maxRecords;
private final org.apache.drill.exec.record.metadata.TupleMetadata schema;
public void <init>(java.lang.String, org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig, org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec, java.util.List, java.util.Map, int, org.apache.drill.exec.record.metadata.TupleMetadata)
{
org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
org.apache.drill.exec.record.metadata.TupleMetadata v;
java.util.List v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec v;
java.util.Map v;
int v;
java.lang.String v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v := @parameter: java.lang.String;
v := @parameter: org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig;
v := @parameter: org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec;
v := @parameter: java.util.List;
v := @parameter: java.util.Map;
v := @parameter: int;
v := @parameter: org.apache.drill.exec.record.metadata.TupleMetadata;
specialinvoke v.<org.apache.drill.exec.physical.base.AbstractSubScan: void <init>(java.lang.String)>(v);
v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig config> = v;
v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec scanSpec> = v;
v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.List columns> = v;
v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.Map filters> = v;
v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.record.metadata.TupleMetadata schema> = v;
v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: int maxRecords> = v;
return;
}
public org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig getConfig()
{
org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig config>;
return v;
}
public org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec getScanSpec()
{
org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec scanSpec>;
return v;
}
public java.util.List getColumns()
{
java.util.List v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.List columns>;
return v;
}
public java.util.Map getFilters()
{
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
java.util.Map v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.Map filters>;
return v;
}
public int getMaxRecords()
{
int v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: int maxRecords>;
return v;
}
public org.apache.drill.exec.record.metadata.TupleMetadata getSchema()
{
org.apache.drill.exec.record.metadata.TupleMetadata v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.record.metadata.TupleMetadata schema>;
return v;
}
public java.lang.Object accept(org.apache.drill.exec.physical.base.PhysicalVisitor, java.lang.Object) throws java.lang.Throwable
{
org.apache.drill.exec.physical.base.PhysicalVisitor v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
java.lang.Object v, v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v := @parameter: org.apache.drill.exec.physical.base.PhysicalVisitor;
v := @parameter: java.lang.Object;
v = interfaceinvoke v.<org.apache.drill.exec.physical.base.PhysicalVisitor: java.lang.Object visitSubScan(org.apache.drill.exec.physical.base.SubScan,java.lang.Object)>(v, v);
return v;
}
public java.util.Iterator iterator()
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSet v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = staticinvoke <org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSet of()>();
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSet: org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator iterator()>();
return v;
}
public java.lang.String getOperatorType()
{
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
return "GOOGLESHEETS_SUB_SCAN";
}
public java.lang.String toString()
{
org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig v;
org.apache.drill.common.PlanStringBuilder v, v, v, v, v, v, v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
org.apache.drill.exec.record.metadata.TupleMetadata v;
java.util.List v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec v;
java.util.Map v;
int v;
java.lang.String v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = new org.apache.drill.common.PlanStringBuilder;
specialinvoke v.<org.apache.drill.common.PlanStringBuilder: void <init>(java.lang.Object)>(v);
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig config>;
v = virtualinvoke v.<org.apache.drill.common.PlanStringBuilder: org.apache.drill.common.PlanStringBuilder field(java.lang.String,java.lang.Object)>("config", v);
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec scanSpec>;
v = virtualinvoke v.<org.apache.drill.common.PlanStringBuilder: org.apache.drill.common.PlanStringBuilder field(java.lang.String,java.lang.Object)>("tableSpec", v);
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.List columns>;
v = virtualinvoke v.<org.apache.drill.common.PlanStringBuilder: org.apache.drill.common.PlanStringBuilder field(java.lang.String,java.lang.Object)>("columns", v);
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.Map filters>;
v = virtualinvoke v.<org.apache.drill.common.PlanStringBuilder: org.apache.drill.common.PlanStringBuilder field(java.lang.String,java.lang.Object)>("filters", v);
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: int maxRecords>;
v = virtualinvoke v.<org.apache.drill.common.PlanStringBuilder: org.apache.drill.common.PlanStringBuilder field(java.lang.String,int)>("maxRecords", v);
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.record.metadata.TupleMetadata schema>;
v = virtualinvoke v.<org.apache.drill.common.PlanStringBuilder: org.apache.drill.common.PlanStringBuilder field(java.lang.String,java.lang.Object)>("schema", v);
v = virtualinvoke v.<org.apache.drill.common.PlanStringBuilder: java.lang.String toString()>();
return v;
}
public int hashCode()
{
org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig v;
java.lang.Object[] v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
java.lang.Integer v;
org.apache.drill.exec.record.metadata.TupleMetadata v;
java.util.List v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec v;
java.util.Map v;
int v, v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v = newarray (java.lang.Object)[6];
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig config>;
v[0] = v;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec scanSpec>;
v[1] = v;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.List columns>;
v[2] = v;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.Map filters>;
v[3] = v;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: int maxRecords>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[4] = v;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.record.metadata.TupleMetadata schema>;
v[5] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
public boolean equals(java.lang.Object)
{
java.lang.Integer v, v;
java.util.Map v, v;
int v, v;
boolean v, v, v, v, v, v, v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig v, v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan v;
org.apache.drill.exec.record.metadata.TupleMetadata v, v;
java.util.List v, v;
org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec v, v;
java.lang.Class v, v;
java.lang.Object v;
v := @this: org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec scanSpec>;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec scanSpec>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig config>;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig config>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.List columns>;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.List columns>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.Map filters>;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: java.util.Map filters>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.record.metadata.TupleMetadata schema>;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: org.apache.drill.exec.record.metadata.TupleMetadata schema>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: int maxRecords>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = v.<org.apache.drill.exec.store.googlesheets.GoogleSheetsSubScan: int maxRecords>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
}