class Hive2::Thrift::TCLIService::Processor
Public Instance Methods
process_CancelDelegationToken(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 425 def process_CancelDelegationToken(seqid, iprot, oprot) 426 args = read_args(iprot, CancelDelegationToken_args) 427 result = CancelDelegationToken_result.new() 428 result.success = @handler.CancelDelegationToken(args.req) 429 write_result(result, oprot, 'CancelDelegationToken', seqid) 430 end
process_CancelOperation(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 390 def process_CancelOperation(seqid, iprot, oprot) 391 args = read_args(iprot, CancelOperation_args) 392 result = CancelOperation_result.new() 393 result.success = @handler.CancelOperation(args.req) 394 write_result(result, oprot, 'CancelOperation', seqid) 395 end
process_CloseOperation(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 397 def process_CloseOperation(seqid, iprot, oprot) 398 args = read_args(iprot, CloseOperation_args) 399 result = CloseOperation_result.new() 400 result.success = @handler.CloseOperation(args.req) 401 write_result(result, oprot, 'CloseOperation', seqid) 402 end
process_CloseSession(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 313 def process_CloseSession(seqid, iprot, oprot) 314 args = read_args(iprot, CloseSession_args) 315 result = CloseSession_result.new() 316 result.success = @handler.CloseSession(args.req) 317 write_result(result, oprot, 'CloseSession', seqid) 318 end
process_ExecuteStatement(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 327 def process_ExecuteStatement(seqid, iprot, oprot) 328 args = read_args(iprot, ExecuteStatement_args) 329 result = ExecuteStatement_result.new() 330 result.success = @handler.ExecuteStatement(args.req) 331 write_result(result, oprot, 'ExecuteStatement', seqid) 332 end
process_FetchResults(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 411 def process_FetchResults(seqid, iprot, oprot) 412 args = read_args(iprot, FetchResults_args) 413 result = FetchResults_result.new() 414 result.success = @handler.FetchResults(args.req) 415 write_result(result, oprot, 'FetchResults', seqid) 416 end
process_GetCatalogs(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 341 def process_GetCatalogs(seqid, iprot, oprot) 342 args = read_args(iprot, GetCatalogs_args) 343 result = GetCatalogs_result.new() 344 result.success = @handler.GetCatalogs(args.req) 345 write_result(result, oprot, 'GetCatalogs', seqid) 346 end
process_GetColumns(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 369 def process_GetColumns(seqid, iprot, oprot) 370 args = read_args(iprot, GetColumns_args) 371 result = GetColumns_result.new() 372 result.success = @handler.GetColumns(args.req) 373 write_result(result, oprot, 'GetColumns', seqid) 374 end
process_GetDelegationToken(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 418 def process_GetDelegationToken(seqid, iprot, oprot) 419 args = read_args(iprot, GetDelegationToken_args) 420 result = GetDelegationToken_result.new() 421 result.success = @handler.GetDelegationToken(args.req) 422 write_result(result, oprot, 'GetDelegationToken', seqid) 423 end
process_GetFunctions(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 376 def process_GetFunctions(seqid, iprot, oprot) 377 args = read_args(iprot, GetFunctions_args) 378 result = GetFunctions_result.new() 379 result.success = @handler.GetFunctions(args.req) 380 write_result(result, oprot, 'GetFunctions', seqid) 381 end
process_GetInfo(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 320 def process_GetInfo(seqid, iprot, oprot) 321 args = read_args(iprot, GetInfo_args) 322 result = GetInfo_result.new() 323 result.success = @handler.GetInfo(args.req) 324 write_result(result, oprot, 'GetInfo', seqid) 325 end
process_GetOperationStatus(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 383 def process_GetOperationStatus(seqid, iprot, oprot) 384 args = read_args(iprot, GetOperationStatus_args) 385 result = GetOperationStatus_result.new() 386 result.success = @handler.GetOperationStatus(args.req) 387 write_result(result, oprot, 'GetOperationStatus', seqid) 388 end
process_GetResultSetMetadata(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 404 def process_GetResultSetMetadata(seqid, iprot, oprot) 405 args = read_args(iprot, GetResultSetMetadata_args) 406 result = GetResultSetMetadata_result.new() 407 result.success = @handler.GetResultSetMetadata(args.req) 408 write_result(result, oprot, 'GetResultSetMetadata', seqid) 409 end
process_GetSchemas(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 348 def process_GetSchemas(seqid, iprot, oprot) 349 args = read_args(iprot, GetSchemas_args) 350 result = GetSchemas_result.new() 351 result.success = @handler.GetSchemas(args.req) 352 write_result(result, oprot, 'GetSchemas', seqid) 353 end
process_GetTableTypes(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 362 def process_GetTableTypes(seqid, iprot, oprot) 363 args = read_args(iprot, GetTableTypes_args) 364 result = GetTableTypes_result.new() 365 result.success = @handler.GetTableTypes(args.req) 366 write_result(result, oprot, 'GetTableTypes', seqid) 367 end
process_GetTables(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 355 def process_GetTables(seqid, iprot, oprot) 356 args = read_args(iprot, GetTables_args) 357 result = GetTables_result.new() 358 result.success = @handler.GetTables(args.req) 359 write_result(result, oprot, 'GetTables', seqid) 360 end
process_GetTypeInfo(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 334 def process_GetTypeInfo(seqid, iprot, oprot) 335 args = read_args(iprot, GetTypeInfo_args) 336 result = GetTypeInfo_result.new() 337 result.success = @handler.GetTypeInfo(args.req) 338 write_result(result, oprot, 'GetTypeInfo', seqid) 339 end
process_OpenSession(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 306 def process_OpenSession(seqid, iprot, oprot) 307 args = read_args(iprot, OpenSession_args) 308 result = OpenSession_result.new() 309 result.success = @handler.OpenSession(args.req) 310 write_result(result, oprot, 'OpenSession', seqid) 311 end
process_RenewDelegationToken(seqid, iprot, oprot)
click to toggle source
# File lib/thrift/t_c_l_i_service.rb 432 def process_RenewDelegationToken(seqid, iprot, oprot) 433 args = read_args(iprot, RenewDelegationToken_args) 434 result = RenewDelegationToken_result.new() 435 result.success = @handler.RenewDelegationToken(args.req) 436 write_result(result, oprot, 'RenewDelegationToken', seqid) 437 end