Class: ETL::Batch::UseTempTables

Inherits:
Directive show all
Defined in:
lib/etl/batch/directives.rb

Overview

Directive indicating temp tables should be used.

Instance Attribute Summary

Attributes inherited from Directive

#batch

Instance Method Summary collapse

Methods inherited from Directive

#execute

Constructor Details

#initialize(batch) ⇒ UseTempTables

Returns a new instance of UseTempTables.



56
57
58
# File 'lib/etl/batch/directives.rb', line 56

def initialize(batch)
  super(batch)
end