Class: AmazonAthena::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/amazon_athena/command.rb

Instance Method Summary collapse

Instance Method Details

#previewObject



8
9
10
# File 'lib/amazon_athena/command.rb', line 8

def preview
  statement
end

#run(connection) ⇒ Object



12
13
14
# File 'lib/amazon_athena/command.rb', line 12

def run(connection)
  raise "Not implemented"
end

#statementObject



4
5
6
# File 'lib/amazon_athena/command.rb', line 4

def statement
  raise "Not implemented"
end