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.



46
47
48
# File 'lib/etl/batch/directives.rb', line 46

def initialize(batch)
  super(batch)
end