public class org.apache.drill.exec.store.mongo.MongoSubScan extends org.apache.drill.exec.physical.base.AbstractBase implements org.apache.drill.exec.physical.base.SubScan
{
public static final java.lang.String OPERATOR_TYPE;
private final org.apache.drill.exec.store.mongo.MongoStoragePluginConfig mongoPluginConfig;
private final org.apache.drill.exec.store.mongo.MongoStoragePlugin mongoStoragePlugin;
private final java.util.List columns;
private final java.util.List chunkScanSpecList;
public void <init>(org.apache.drill.exec.store.StoragePluginRegistry, java.lang.String, org.apache.drill.common.logical.StoragePluginConfig, java.util.LinkedList, java.util.List)
{
org.apache.drill.exec.store.StoragePluginRegistry v;
java.util.List v;
org.apache.drill.exec.store.StoragePlugin v;
org.apache.drill.exec.store.mongo.MongoSubScan v;
org.apache.drill.common.logical.StoragePluginConfig v;
java.lang.String v;
java.util.LinkedList v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
v := @parameter: org.apache.drill.exec.store.StoragePluginRegistry;
v := @parameter: java.lang.String;
v := @parameter: org.apache.drill.common.logical.StoragePluginConfig;
v := @parameter: java.util.LinkedList;
v := @parameter: java.util.List;
specialinvoke v.<org.apache.drill.exec.physical.base.AbstractBase: void <init>(java.lang.String)>(v);
v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List columns> = v;
v.<org.apache.drill.exec.store.mongo.MongoSubScan: org.apache.drill.exec.store.mongo.MongoStoragePluginConfig mongoPluginConfig> = v;
v = interfaceinvoke v.<org.apache.drill.exec.store.StoragePluginRegistry: org.apache.drill.exec.store.StoragePlugin resolve(org.apache.drill.common.logical.StoragePluginConfig,java.lang.Class)>(v, class "Lorg/apache/drill/exec/store/mongo/MongoStoragePlugin;");
v.<org.apache.drill.exec.store.mongo.MongoSubScan: org.apache.drill.exec.store.mongo.MongoStoragePlugin mongoStoragePlugin> = v;
v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List chunkScanSpecList> = v;
return;
}
public void <init>(java.lang.String, org.apache.drill.exec.store.mongo.MongoStoragePlugin, org.apache.drill.exec.store.mongo.MongoStoragePluginConfig, java.util.List, java.util.List)
{
org.apache.drill.exec.store.mongo.MongoStoragePluginConfig v;
java.util.List v, v;
org.apache.drill.exec.store.mongo.MongoSubScan v;
org.apache.drill.exec.store.mongo.MongoStoragePlugin v;
java.lang.String v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
v := @parameter: java.lang.String;
v := @parameter: org.apache.drill.exec.store.mongo.MongoStoragePlugin;
v := @parameter: org.apache.drill.exec.store.mongo.MongoStoragePluginConfig;
v := @parameter: java.util.List;
v := @parameter: java.util.List;
specialinvoke v.<org.apache.drill.exec.physical.base.AbstractBase: void <init>(java.lang.String)>(v);
v.<org.apache.drill.exec.store.mongo.MongoSubScan: org.apache.drill.exec.store.mongo.MongoStoragePlugin mongoStoragePlugin> = v;
v.<org.apache.drill.exec.store.mongo.MongoSubScan: org.apache.drill.exec.store.mongo.MongoStoragePluginConfig mongoPluginConfig> = v;
v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List columns> = v;
v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List chunkScanSpecList> = v;
return;
}
public java.lang.Object accept(org.apache.drill.exec.physical.base.PhysicalVisitor, java.lang.Object) throws java.lang.Throwable
{
org.apache.drill.exec.store.mongo.MongoSubScan v;
org.apache.drill.exec.physical.base.PhysicalVisitor v;
java.lang.Object v, v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
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 org.apache.drill.exec.store.mongo.MongoStoragePlugin getMongoStoragePlugin()
{
org.apache.drill.exec.store.mongo.MongoStoragePlugin v;
org.apache.drill.exec.store.mongo.MongoSubScan v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
v = v.<org.apache.drill.exec.store.mongo.MongoSubScan: org.apache.drill.exec.store.mongo.MongoStoragePlugin mongoStoragePlugin>;
return v;
}
public java.util.List getColumns()
{
java.util.List v;
org.apache.drill.exec.store.mongo.MongoSubScan v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
v = v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List columns>;
return v;
}
public java.util.List getChunkScanSpecList()
{
java.util.List v;
org.apache.drill.exec.store.mongo.MongoSubScan v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
v = v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List chunkScanSpecList>;
return v;
}
public org.apache.drill.exec.physical.base.PhysicalOperator getNewWithChildren(java.util.List)
{
org.apache.drill.exec.store.mongo.MongoStoragePluginConfig v;
org.apache.drill.exec.store.mongo.MongoSubScan v, v;
java.util.List v, v, v;
org.apache.drill.exec.store.mongo.MongoStoragePlugin v;
java.lang.String v;
boolean v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
v := @parameter: java.util.List;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
staticinvoke <org.apache.drill.shaded.guava.com.google.common.base.Preconditions: void checkArgument(boolean)>(v);
v = new org.apache.drill.exec.store.mongo.MongoSubScan;
v = virtualinvoke v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.lang.String getUserName()>();
v = v.<org.apache.drill.exec.store.mongo.MongoSubScan: org.apache.drill.exec.store.mongo.MongoStoragePlugin mongoStoragePlugin>;
v = v.<org.apache.drill.exec.store.mongo.MongoSubScan: org.apache.drill.exec.store.mongo.MongoStoragePluginConfig mongoPluginConfig>;
v = v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List chunkScanSpecList>;
v = v.<org.apache.drill.exec.store.mongo.MongoSubScan: java.util.List columns>;
specialinvoke v.<org.apache.drill.exec.store.mongo.MongoSubScan: void <init>(java.lang.String,org.apache.drill.exec.store.mongo.MongoStoragePlugin,org.apache.drill.exec.store.mongo.MongoStoragePluginConfig,java.util.List,java.util.List)>(v, v, v, v, v);
return v;
}
public java.lang.String getOperatorType()
{
org.apache.drill.exec.store.mongo.MongoSubScan v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
return "MONGO_SUB_SCAN";
}
public java.util.Iterator iterator()
{
java.util.Iterator v;
org.apache.drill.exec.store.mongo.MongoSubScan v;
v := @this: org.apache.drill.exec.store.mongo.MongoSubScan;
v = staticinvoke <java.util.Collections: java.util.Iterator emptyIterator()>();
return v;
}
}