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

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

NS =
1
COMMAND =
2
NOFLUSH =
3
UNBUFFERED =
4
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end