public class SequentialScanOperator extends QueryOperator
QueryOperator.OperatorType| Constructor and Description |
|---|
SequentialScanOperator(Database.Transaction transaction,
String tableName)
Creates a new SequentialScanOperator that provides an iterator on all tuples in a table.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
computeSchema() |
Iterator<Record> |
execute() |
checkColumnNameEquality, checkSchemaForColumn, getDestination, getOutputSchema, getSource, getType, isGroupBy, isIndexScan, isJoin, isSelect, isSequentialScan, isWhere, setDestination, setOutputSchema, setSourcepublic SequentialScanOperator(Database.Transaction transaction, String tableName) throws QueryPlanException, DatabaseException
transaction - tableName - QueryPlanExceptionDatabaseExceptionpublic Iterator<Record> execute() throws DatabaseException
execute in class QueryOperatorDatabaseExceptionpublic Schema computeSchema() throws QueryPlanException
computeSchema in class QueryOperatorQueryPlanExceptionCopyright © 2017. All rights reserved.