Class: Hypertable::ThriftGen::HqlService::Hql_exec_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
Defined in:
lib/hypertable/gen-rb/hql_service.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

COMMAND =
1
NOFLUSH =
2
UNBUFFERED =
3
FIELDS =
{
  COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'},
  NOFLUSH => {:type => ::Thrift::Types::BOOL, :name => 'noflush', :default => false},
  UNBUFFERED => {:type => ::Thrift::Types::BOOL, :name => 'unbuffered', :default => false}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



93
# File 'lib/hypertable/gen-rb/hql_service.rb', line 93

def struct_fields; FIELDS; end

#validateObject



95
96
# File 'lib/hypertable/gen-rb/hql_service.rb', line 95

def validate
end