All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Optimizer.FileScanNode

java.lang.Object
   |
   +----Optimizer.PlanNode
           |
           +----Optimizer.FileScanNode

public class FileScanNode
extends PlanNode

Constructor Index

 o FileScanNode(TableAlias, Query)

Method Index

 o createIterator()

Constructors

 o FileScanNode
 public FileScanNode(TableAlias ta,
                     Query query)

Methods

 o createIterator
 public Iterator createIterator() throws IOException
Overrides:
createIterator in class PlanNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index