class Hive2::Thrift::TGetCatalogsReq
Constants
- FIELDS
- SESSIONHANDLE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/t_c_l_i_service_types.rb 1220 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/t_c_l_i_service_types.rb 1222 def validate 1223 raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field sessionHandle is unset!') unless @sessionHandle 1224 end