class Impala::Protocol::TResetTableReq
Constants
- DB_NAME
- FIELDS
- TABLE_NAME
Public Instance Methods
struct_fields()
click to toggle source
# File lib/impala/protocol/impala_service_types.rb, line 79 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/impala/protocol/impala_service_types.rb, line 81 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field db_name is unset!') unless @db_name raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field table_name is unset!') unless @table_name end