OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.thrift.Heavy.get_server_status_result Class Reference
+ Inheritance diagram for heavydb.thrift.Heavy.get_server_status_result:
+ Collaboration diagram for heavydb.thrift.Heavy.get_server_status_result:

Public Member Functions

def __init__
 
def read
 
def write
 
def validate
 
def __repr__
 
def __eq__
 
def __ne__
 

Public Attributes

 success
 
 e
 

Private Attributes

 __dict__
 

Detailed Description

Attributes:
 - success
 - e

Definition at line 8426 of file Heavy.py.

Constructor & Destructor Documentation

def heavydb.thrift.Heavy.get_server_status_result.__init__ (   self,
  success = None,
  e = None 
)

Definition at line 8435 of file Heavy.py.

8436  def __init__(self, success=None, e=None,):
8437  self.success = success
8438  self.e = e

Member Function Documentation

def heavydb.thrift.Heavy.get_server_status_result.__eq__ (   self,
  other 
)

Definition at line 8488 of file Heavy.py.

8489  def __eq__(self, other):
8490  return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
def heavydb.thrift.Heavy.get_server_status_result.__ne__ (   self,
  other 
)

Definition at line 8491 of file Heavy.py.

8492  def __ne__(self, other):
8493  return not (self == other)
8494 all_structs.append(get_server_status_result)
get_server_status_result.thrift_spec = (
def heavydb.thrift.Heavy.get_server_status_result.__repr__ (   self)

Definition at line 8483 of file Heavy.py.

8484  def __repr__(self):
8485  L = ['%s=%r' % (key, value)
8486  for key, value in self.__dict__.items()]
8487  return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
std::string join(T const &container, std::string const &delim)

+ Here is the call graph for this function:

def heavydb.thrift.Heavy.get_server_status_result.read (   self,
  iprot 
)

Definition at line 8439 of file Heavy.py.

References heavydb.thrift.Heavy.connect_result.e, heavydb.thrift.Heavy.krb5_connect_result.e, heavydb.thrift.Heavy.disconnect_result.e, heavydb.thrift.Heavy.switch_database_result.e, heavydb.thrift.Heavy.clone_session_result.e, heavydb.thrift.Heavy.get_server_status_result.e, heavydb.thrift.Heavy.connect_result.success, heavydb.thrift.Heavy.krb5_connect_result.success, heavydb.thrift.Heavy.clone_session_result.success, and heavydb.thrift.Heavy.get_server_status_result.success.

8440  def read(self, iprot):
8441  if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
8442  iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
8443  return
8444  iprot.readStructBegin()
8445  while True:
8446  (fname, ftype, fid) = iprot.readFieldBegin()
8447  if ftype == TType.STOP:
8448  break
8449  if fid == 0:
8450  if ftype == TType.STRUCT:
8451  self.success = TServerStatus()
8452  self.success.read(iprot)
8453  else:
8454  iprot.skip(ftype)
8455  elif fid == 1:
8456  if ftype == TType.STRUCT:
8457  self.e = TDBException.read(iprot)
8458  else:
8459  iprot.skip(ftype)
8460  else:
8461  iprot.skip(ftype)
8462  iprot.readFieldEnd()
8463  iprot.readStructEnd()
def heavydb.thrift.Heavy.get_server_status_result.validate (   self)

Definition at line 8480 of file Heavy.py.

8481  def validate(self):
8482  return
def heavydb.thrift.Heavy.get_server_status_result.write (   self,
  oprot 
)

Definition at line 8464 of file Heavy.py.

References heavydb.thrift.Heavy.connect_result.e, heavydb.thrift.Heavy.krb5_connect_result.e, heavydb.thrift.Heavy.disconnect_result.e, heavydb.thrift.Heavy.switch_database_result.e, heavydb.thrift.Heavy.clone_session_result.e, heavydb.thrift.Heavy.get_server_status_result.e, heavydb.thrift.Heavy.connect_result.success, heavydb.thrift.Heavy.krb5_connect_result.success, heavydb.thrift.Heavy.clone_session_result.success, and heavydb.thrift.Heavy.get_server_status_result.success.

8465  def write(self, oprot):
8466  if oprot._fast_encode is not None and self.thrift_spec is not None:
8467  oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
8468  return
8469  oprot.writeStructBegin('get_server_status_result')
8470  if self.success is not None:
8471  oprot.writeFieldBegin('success', TType.STRUCT, 0)
8472  self.success.write(oprot)
8473  oprot.writeFieldEnd()
8474  if self.e is not None:
8475  oprot.writeFieldBegin('e', TType.STRUCT, 1)
8476  self.e.write(oprot)
8477  oprot.writeFieldEnd()
8478  oprot.writeFieldStop()
8479  oprot.writeStructEnd()

Member Data Documentation

heavydb.thrift.Heavy.get_server_status_result.__dict__
private

Definition at line 8489 of file Heavy.py.

Referenced by generate_TableFunctionsFactory_init.Node.copy().

heavydb.thrift.Heavy.get_server_status_result.e

Definition at line 8437 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.get_server_status_result.read(), heavydb.thrift.Heavy.get_status_result.read(), heavydb.thrift.Heavy.get_hardware_info_result.read(), heavydb.thrift.Heavy.get_tables_result.read(), heavydb.thrift.Heavy.get_tables_for_database_result.read(), heavydb.thrift.Heavy.get_physical_tables_result.read(), heavydb.thrift.Heavy.get_views_result.read(), heavydb.thrift.Heavy.get_tables_meta_result.read(), heavydb.thrift.Heavy.get_table_details_result.read(), heavydb.thrift.Heavy.get_table_details_for_database_result.read(), heavydb.thrift.Heavy.get_internal_table_details_result.read(), heavydb.thrift.Heavy.get_internal_table_details_for_database_result.read(), heavydb.thrift.Heavy.get_users_result.read(), heavydb.thrift.Heavy.get_databases_result.read(), heavydb.thrift.Heavy.get_version_result.read(), heavydb.thrift.Heavy.start_heap_profile_result.read(), heavydb.thrift.Heavy.stop_heap_profile_result.read(), heavydb.thrift.Heavy.get_heap_profile_result.read(), heavydb.thrift.Heavy.get_memory_result.read(), heavydb.thrift.Heavy.clear_cpu_memory_result.read(), heavydb.thrift.Heavy.clear_gpu_memory_result.read(), heavydb.thrift.Heavy.set_cur_session_result.read(), heavydb.thrift.Heavy.invalidate_cur_session_result.read(), heavydb.thrift.Heavy.set_table_epoch_result.read(), heavydb.thrift.Heavy.set_table_epoch_by_name_result.read(), heavydb.thrift.Heavy.get_session_info_result.read(), heavydb.thrift.Heavy.get_queries_info_result.read(), heavydb.thrift.Heavy.set_leaf_info_result.read(), heavydb.thrift.Heavy.sql_execute_result.read(), heavydb.thrift.Heavy.sql_execute_df_result.read(), heavydb.thrift.Heavy.sql_execute_gdf_result.read(), heavydb.thrift.Heavy.deallocate_df_result.read(), heavydb.thrift.Heavy.interrupt_result.read(), heavydb.thrift.Heavy.sql_validate_result.read(), heavydb.thrift.Heavy.get_completion_hints_result.read(), heavydb.thrift.Heavy.set_execution_mode_result.read(), heavydb.thrift.Heavy.render_vega_result.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_result.read(), heavydb.thrift.Heavy.create_custom_expression_result.read(), heavydb.thrift.Heavy.get_custom_expressions_result.read(), heavydb.thrift.Heavy.update_custom_expression_result.read(), heavydb.thrift.Heavy.delete_custom_expressions_result.read(), heavydb.thrift.Heavy.get_dashboard_result.read(), heavydb.thrift.Heavy.get_dashboards_result.read(), heavydb.thrift.Heavy.create_dashboard_result.read(), heavydb.thrift.Heavy.replace_dashboard_result.read(), heavydb.thrift.Heavy.delete_dashboard_result.read(), heavydb.thrift.Heavy.share_dashboards_result.read(), heavydb.thrift.Heavy.delete_dashboards_result.read(), heavydb.thrift.Heavy.share_dashboard_result.read(), heavydb.thrift.Heavy.unshare_dashboard_result.read(), heavydb.thrift.Heavy.unshare_dashboards_result.read(), heavydb.thrift.Heavy.get_dashboard_grantees_result.read(), heavydb.thrift.Heavy.get_link_view_result.read(), heavydb.thrift.Heavy.create_link_result.read(), heavydb.thrift.Heavy.load_table_binary_result.read(), heavydb.thrift.Heavy.load_table_binary_columnar_result.read(), heavydb.thrift.Heavy.load_table_binary_columnar_polys_result.read(), heavydb.thrift.Heavy.load_table_binary_arrow_result.read(), heavydb.thrift.Heavy.load_table_result.read(), heavydb.thrift.Heavy.detect_column_types_result.read(), heavydb.thrift.Heavy.create_table_result.read(), heavydb.thrift.Heavy.import_table_result.read(), heavydb.thrift.Heavy.import_geo_table_result.read(), heavydb.thrift.Heavy.import_table_status_result.read(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_result.read(), heavydb.thrift.Heavy.get_all_files_in_archive_result.read(), heavydb.thrift.Heavy.get_layers_in_geo_file_result.read(), heavydb.thrift.Heavy.query_get_outer_fragment_count_result.read(), heavydb.thrift.Heavy.check_table_consistency_result.read(), heavydb.thrift.Heavy.start_query_result.read(), heavydb.thrift.Heavy.execute_query_step_result.read(), heavydb.thrift.Heavy.broadcast_serialized_rows_result.read(), heavydb.thrift.Heavy.start_render_query_result.read(), heavydb.thrift.Heavy.execute_next_render_step_result.read(), heavydb.thrift.Heavy.insert_data_result.read(), heavydb.thrift.Heavy.insert_chunks_result.read(), heavydb.thrift.Heavy.checkpoint_result.read(), heavydb.thrift.Heavy.get_roles_result.read(), heavydb.thrift.Heavy.get_db_objects_for_grantee_result.read(), heavydb.thrift.Heavy.get_db_object_privs_result.read(), heavydb.thrift.Heavy.get_all_roles_for_user_result.read(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_result.read(), heavydb.thrift.Heavy.has_role_result.read(), heavydb.thrift.Heavy.has_object_privilege_result.read(), heavydb.thrift.Heavy.set_license_key_result.read(), heavydb.thrift.Heavy.get_license_claims_result.read(), heavydb.thrift.Heavy.get_device_parameters_result.read(), heavydb.thrift.Heavy.register_runtime_extension_functions_result.read(), heavydb.thrift.Heavy.get_table_function_names_result.read(), heavydb.thrift.Heavy.get_runtime_table_function_names_result.read(), heavydb.thrift.Heavy.get_table_function_details_result.read(), heavydb.thrift.Heavy.get_function_names_result.read(), heavydb.thrift.Heavy.get_runtime_function_names_result.read(), heavydb.thrift.Heavy.get_function_details_result.read(), heavydb.thrift.Heavy.get_server_status_result.write(), heavydb.thrift.Heavy.get_status_result.write(), heavydb.thrift.Heavy.get_hardware_info_result.write(), heavydb.thrift.Heavy.get_tables_result.write(), heavydb.thrift.Heavy.get_tables_for_database_result.write(), heavydb.thrift.Heavy.get_physical_tables_result.write(), heavydb.thrift.Heavy.get_views_result.write(), heavydb.thrift.Heavy.get_tables_meta_result.write(), heavydb.thrift.Heavy.get_table_details_result.write(), heavydb.thrift.Heavy.get_table_details_for_database_result.write(), heavydb.thrift.Heavy.get_internal_table_details_result.write(), heavydb.thrift.Heavy.get_internal_table_details_for_database_result.write(), heavydb.thrift.Heavy.get_users_result.write(), heavydb.thrift.Heavy.get_databases_result.write(), heavydb.thrift.Heavy.get_version_result.write(), heavydb.thrift.Heavy.start_heap_profile_result.write(), heavydb.thrift.Heavy.stop_heap_profile_result.write(), heavydb.thrift.Heavy.get_heap_profile_result.write(), heavydb.thrift.Heavy.get_memory_result.write(), heavydb.thrift.Heavy.clear_cpu_memory_result.write(), heavydb.thrift.Heavy.clear_gpu_memory_result.write(), heavydb.thrift.Heavy.set_cur_session_result.write(), heavydb.thrift.Heavy.invalidate_cur_session_result.write(), heavydb.thrift.Heavy.set_table_epoch_result.write(), heavydb.thrift.Heavy.set_table_epoch_by_name_result.write(), heavydb.thrift.Heavy.get_session_info_result.write(), heavydb.thrift.Heavy.get_queries_info_result.write(), heavydb.thrift.Heavy.set_leaf_info_result.write(), heavydb.thrift.Heavy.sql_execute_result.write(), heavydb.thrift.Heavy.sql_execute_df_result.write(), heavydb.thrift.Heavy.sql_execute_gdf_result.write(), heavydb.thrift.Heavy.deallocate_df_result.write(), heavydb.thrift.Heavy.interrupt_result.write(), heavydb.thrift.Heavy.sql_validate_result.write(), heavydb.thrift.Heavy.get_completion_hints_result.write(), heavydb.thrift.Heavy.set_execution_mode_result.write(), heavydb.thrift.Heavy.render_vega_result.write(), heavydb.thrift.Heavy.get_result_row_for_pixel_result.write(), heavydb.thrift.Heavy.create_custom_expression_result.write(), heavydb.thrift.Heavy.get_custom_expressions_result.write(), heavydb.thrift.Heavy.update_custom_expression_result.write(), heavydb.thrift.Heavy.delete_custom_expressions_result.write(), heavydb.thrift.Heavy.get_dashboard_result.write(), heavydb.thrift.Heavy.get_dashboards_result.write(), heavydb.thrift.Heavy.create_dashboard_result.write(), heavydb.thrift.Heavy.replace_dashboard_result.write(), heavydb.thrift.Heavy.delete_dashboard_result.write(), heavydb.thrift.Heavy.share_dashboards_result.write(), heavydb.thrift.Heavy.delete_dashboards_result.write(), heavydb.thrift.Heavy.share_dashboard_result.write(), heavydb.thrift.Heavy.unshare_dashboard_result.write(), heavydb.thrift.Heavy.unshare_dashboards_result.write(), heavydb.thrift.Heavy.get_dashboard_grantees_result.write(), heavydb.thrift.Heavy.get_link_view_result.write(), heavydb.thrift.Heavy.create_link_result.write(), heavydb.thrift.Heavy.load_table_binary_result.write(), heavydb.thrift.Heavy.load_table_binary_columnar_result.write(), heavydb.thrift.Heavy.load_table_binary_columnar_polys_result.write(), heavydb.thrift.Heavy.load_table_binary_arrow_result.write(), heavydb.thrift.Heavy.load_table_result.write(), heavydb.thrift.Heavy.detect_column_types_result.write(), heavydb.thrift.Heavy.create_table_result.write(), heavydb.thrift.Heavy.import_table_result.write(), heavydb.thrift.Heavy.import_geo_table_result.write(), heavydb.thrift.Heavy.import_table_status_result.write(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_result.write(), heavydb.thrift.Heavy.get_all_files_in_archive_result.write(), heavydb.thrift.Heavy.get_layers_in_geo_file_result.write(), heavydb.thrift.Heavy.query_get_outer_fragment_count_result.write(), heavydb.thrift.Heavy.check_table_consistency_result.write(), heavydb.thrift.Heavy.start_query_result.write(), heavydb.thrift.Heavy.execute_query_step_result.write(), heavydb.thrift.Heavy.broadcast_serialized_rows_result.write(), heavydb.thrift.Heavy.start_render_query_result.write(), heavydb.thrift.Heavy.execute_next_render_step_result.write(), heavydb.thrift.Heavy.insert_data_result.write(), heavydb.thrift.Heavy.insert_chunks_result.write(), heavydb.thrift.Heavy.checkpoint_result.write(), heavydb.thrift.Heavy.get_roles_result.write(), heavydb.thrift.Heavy.get_db_objects_for_grantee_result.write(), heavydb.thrift.Heavy.get_db_object_privs_result.write(), heavydb.thrift.Heavy.get_all_roles_for_user_result.write(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_result.write(), heavydb.thrift.Heavy.has_role_result.write(), heavydb.thrift.Heavy.has_object_privilege_result.write(), heavydb.thrift.Heavy.set_license_key_result.write(), heavydb.thrift.Heavy.get_license_claims_result.write(), heavydb.thrift.Heavy.get_device_parameters_result.write(), heavydb.thrift.Heavy.register_runtime_extension_functions_result.write(), heavydb.thrift.Heavy.get_table_function_names_result.write(), heavydb.thrift.Heavy.get_runtime_table_function_names_result.write(), heavydb.thrift.Heavy.get_table_function_details_result.write(), heavydb.thrift.Heavy.get_function_names_result.write(), heavydb.thrift.Heavy.get_runtime_function_names_result.write(), and heavydb.thrift.Heavy.get_function_details_result.write().

heavydb.thrift.Heavy.get_server_status_result.success

Definition at line 8436 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TQueryResult.read(), heavydb.thrift.Heavy.get_server_status_result.read(), heavydb.thrift.Heavy.get_status_result.read(), heavydb.thrift.Heavy.get_hardware_info_result.read(), heavydb.thrift.Heavy.get_tables_result.read(), heavydb.thrift.Heavy.get_tables_for_database_result.read(), heavydb.thrift.Heavy.get_physical_tables_result.read(), heavydb.thrift.Heavy.get_views_result.read(), heavydb.thrift.Heavy.get_tables_meta_result.read(), heavydb.thrift.Heavy.get_table_details_result.read(), heavydb.thrift.Heavy.get_table_details_for_database_result.read(), heavydb.thrift.Heavy.get_internal_table_details_result.read(), heavydb.thrift.Heavy.get_internal_table_details_for_database_result.read(), heavydb.thrift.Heavy.get_users_result.read(), heavydb.thrift.Heavy.get_databases_result.read(), heavydb.thrift.Heavy.get_version_result.read(), heavydb.thrift.Heavy.get_heap_profile_result.read(), heavydb.thrift.Heavy.get_memory_result.read(), heavydb.thrift.Heavy.get_table_epoch_result.read(), heavydb.thrift.Heavy.get_table_epoch_by_name_result.read(), heavydb.thrift.Heavy.get_table_epochs_result.read(), heavydb.thrift.Heavy.get_session_info_result.read(), heavydb.thrift.Heavy.get_queries_info_result.read(), heavydb.thrift.Heavy.sql_execute_result.read(), heavydb.thrift.Heavy.sql_execute_df_result.read(), heavydb.thrift.Heavy.sql_execute_gdf_result.read(), heavydb.thrift.Heavy.sql_validate_result.read(), heavydb.thrift.Heavy.get_completion_hints_result.read(), heavydb.thrift.Heavy.render_vega_result.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_result.read(), heavydb.thrift.Heavy.create_custom_expression_result.read(), heavydb.thrift.Heavy.get_custom_expressions_result.read(), heavydb.thrift.Heavy.get_dashboard_result.read(), heavydb.thrift.Heavy.get_dashboards_result.read(), heavydb.thrift.Heavy.create_dashboard_result.read(), heavydb.thrift.Heavy.get_dashboard_grantees_result.read(), heavydb.thrift.Heavy.get_link_view_result.read(), heavydb.thrift.Heavy.create_link_result.read(), heavydb.thrift.Heavy.detect_column_types_result.read(), heavydb.thrift.Heavy.import_table_status_result.read(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_result.read(), heavydb.thrift.Heavy.get_all_files_in_archive_result.read(), heavydb.thrift.Heavy.get_layers_in_geo_file_result.read(), heavydb.thrift.Heavy.query_get_outer_fragment_count_result.read(), heavydb.thrift.Heavy.check_table_consistency_result.read(), heavydb.thrift.Heavy.start_query_result.read(), heavydb.thrift.Heavy.execute_query_step_result.read(), heavydb.thrift.Heavy.start_render_query_result.read(), heavydb.thrift.Heavy.execute_next_render_step_result.read(), heavydb.thrift.Heavy.get_roles_result.read(), heavydb.thrift.Heavy.get_db_objects_for_grantee_result.read(), heavydb.thrift.Heavy.get_db_object_privs_result.read(), heavydb.thrift.Heavy.get_all_roles_for_user_result.read(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_result.read(), heavydb.thrift.Heavy.has_role_result.read(), heavydb.thrift.Heavy.has_object_privilege_result.read(), heavydb.thrift.Heavy.set_license_key_result.read(), heavydb.thrift.Heavy.get_license_claims_result.read(), heavydb.thrift.Heavy.get_device_parameters_result.read(), heavydb.thrift.Heavy.get_table_function_names_result.read(), heavydb.thrift.Heavy.get_runtime_table_function_names_result.read(), heavydb.thrift.Heavy.get_table_function_details_result.read(), heavydb.thrift.Heavy.get_function_names_result.read(), heavydb.thrift.Heavy.get_runtime_function_names_result.read(), heavydb.thrift.Heavy.get_function_details_result.read(), heavydb.thrift.ttypes.TQueryResult.write(), heavydb.thrift.Heavy.get_server_status_result.write(), heavydb.thrift.Heavy.get_status_result.write(), heavydb.thrift.Heavy.get_hardware_info_result.write(), heavydb.thrift.Heavy.get_tables_result.write(), heavydb.thrift.Heavy.get_tables_for_database_result.write(), heavydb.thrift.Heavy.get_physical_tables_result.write(), heavydb.thrift.Heavy.get_views_result.write(), heavydb.thrift.Heavy.get_tables_meta_result.write(), heavydb.thrift.Heavy.get_table_details_result.write(), heavydb.thrift.Heavy.get_table_details_for_database_result.write(), heavydb.thrift.Heavy.get_internal_table_details_result.write(), heavydb.thrift.Heavy.get_internal_table_details_for_database_result.write(), heavydb.thrift.Heavy.get_users_result.write(), heavydb.thrift.Heavy.get_databases_result.write(), heavydb.thrift.Heavy.get_version_result.write(), heavydb.thrift.Heavy.get_heap_profile_result.write(), heavydb.thrift.Heavy.get_memory_result.write(), heavydb.thrift.Heavy.get_table_epoch_result.write(), heavydb.thrift.Heavy.get_table_epoch_by_name_result.write(), heavydb.thrift.Heavy.get_table_epochs_result.write(), heavydb.thrift.Heavy.get_session_info_result.write(), heavydb.thrift.Heavy.get_queries_info_result.write(), heavydb.thrift.Heavy.sql_execute_result.write(), heavydb.thrift.Heavy.sql_execute_df_result.write(), heavydb.thrift.Heavy.sql_execute_gdf_result.write(), heavydb.thrift.Heavy.sql_validate_result.write(), heavydb.thrift.Heavy.get_completion_hints_result.write(), heavydb.thrift.Heavy.render_vega_result.write(), heavydb.thrift.Heavy.get_result_row_for_pixel_result.write(), heavydb.thrift.Heavy.create_custom_expression_result.write(), heavydb.thrift.Heavy.get_custom_expressions_result.write(), heavydb.thrift.Heavy.get_dashboard_result.write(), heavydb.thrift.Heavy.get_dashboards_result.write(), heavydb.thrift.Heavy.create_dashboard_result.write(), heavydb.thrift.Heavy.get_dashboard_grantees_result.write(), heavydb.thrift.Heavy.get_link_view_result.write(), heavydb.thrift.Heavy.create_link_result.write(), heavydb.thrift.Heavy.detect_column_types_result.write(), heavydb.thrift.Heavy.import_table_status_result.write(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_result.write(), heavydb.thrift.Heavy.get_all_files_in_archive_result.write(), heavydb.thrift.Heavy.get_layers_in_geo_file_result.write(), heavydb.thrift.Heavy.query_get_outer_fragment_count_result.write(), heavydb.thrift.Heavy.check_table_consistency_result.write(), heavydb.thrift.Heavy.start_query_result.write(), heavydb.thrift.Heavy.execute_query_step_result.write(), heavydb.thrift.Heavy.start_render_query_result.write(), heavydb.thrift.Heavy.execute_next_render_step_result.write(), heavydb.thrift.Heavy.get_roles_result.write(), heavydb.thrift.Heavy.get_db_objects_for_grantee_result.write(), heavydb.thrift.Heavy.get_db_object_privs_result.write(), heavydb.thrift.Heavy.get_all_roles_for_user_result.write(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_result.write(), heavydb.thrift.Heavy.has_role_result.write(), heavydb.thrift.Heavy.has_object_privilege_result.write(), heavydb.thrift.Heavy.set_license_key_result.write(), heavydb.thrift.Heavy.get_license_claims_result.write(), heavydb.thrift.Heavy.get_device_parameters_result.write(), heavydb.thrift.Heavy.get_table_function_names_result.write(), heavydb.thrift.Heavy.get_runtime_table_function_names_result.write(), heavydb.thrift.Heavy.get_table_function_details_result.write(), heavydb.thrift.Heavy.get_function_names_result.write(), heavydb.thrift.Heavy.get_runtime_function_names_result.write(), and heavydb.thrift.Heavy.get_function_details_result.write().


The documentation for this class was generated from the following file: