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

Public Member Functions

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

Public Attributes

 session
 
 widget_id
 
 pixel
 
 table_col_names
 
 column_format
 
 pixelRadius
 
 nonce
 

Private Attributes

 __dict__
 

Detailed Description

Attributes:
 - session
 - widget_id
 - pixel
 - table_col_names
 - column_format
 - pixelRadius
 - nonce

Definition at line 14397 of file Heavy.py.

Constructor & Destructor Documentation

def heavydb.thrift.Heavy.get_result_row_for_pixel_args.__init__ (   self,
  session = None,
  widget_id = None,
  pixel = None,
  table_col_names = None,
  column_format = None,
  pixelRadius = None,
  nonce = None 
)

Definition at line 14411 of file Heavy.py.

14412  def __init__(self, session=None, widget_id=None, pixel=None, table_col_names=None, column_format=None, pixelRadius=None, nonce=None,):
14413  self.session = session
14414  self.widget_id = widget_id
14415  self.pixel = pixel
14416  self.table_col_names = table_col_names
14417  self.column_format = column_format
14418  self.pixelRadius = pixelRadius
14419  self.nonce = nonce

Member Function Documentation

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

Definition at line 14532 of file Heavy.py.

14533  def __eq__(self, other):
14534  return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
def heavydb.thrift.Heavy.get_result_row_for_pixel_args.__ne__ (   self,
  other 
)

Definition at line 14535 of file Heavy.py.

14536  def __ne__(self, other):
14537  return not (self == other)
14538 all_structs.append(get_result_row_for_pixel_args)
get_result_row_for_pixel_args.thrift_spec = (
def heavydb.thrift.Heavy.get_result_row_for_pixel_args.__repr__ (   self)

Definition at line 14527 of file Heavy.py.

14528  def __repr__(self):
14529  L = ['%s=%r' % (key, value)
14530  for key, value in self.__dict__.items()]
14531  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_result_row_for_pixel_args.read (   self,
  iprot 
)

Definition at line 14420 of file Heavy.py.

References heavydb.thrift.Heavy.sql_execute_args.column_format, heavydb.thrift.Heavy.get_result_row_for_pixel_args.column_format, heavydb.thrift.Heavy.sql_execute_args.nonce, heavydb.thrift.Heavy.render_vega_args.nonce, heavydb.thrift.Heavy.get_result_row_for_pixel_args.nonce, heavydb.thrift.Heavy.get_result_row_for_pixel_args.pixel, heavydb.thrift.Heavy.get_result_row_for_pixel_args.pixelRadius, com.mapd.calcite.parser.HeavyDBUser.session, ai.heavy.jdbc.HeavyAIStatement.session, ai.heavy.jdbc.HeavyAIPreparedStatement.session, com.mapd.parser.server.test.TestDBServer.ConnInfo.session, com.mapd.logrunner.LogRunner.myThread.session, com.mapd.utility.SQLImporter.session, ai.heavy.jdbc.HeavyAIConnection.session, heavydb.thrift.Heavy.disconnect_args.session, heavydb.thrift.Heavy.switch_database_args.session, heavydb.thrift.Heavy.clone_session_args.session, heavydb.thrift.Heavy.get_server_status_args.session, heavydb.thrift.Heavy.get_status_args.session, heavydb.thrift.Heavy.get_hardware_info_args.session, heavydb.thrift.Heavy.get_tables_args.session, heavydb.thrift.Heavy.get_tables_for_database_args.session, heavydb.thrift.Heavy.get_physical_tables_args.session, heavydb.thrift.Heavy.get_views_args.session, heavydb.thrift.Heavy.get_tables_meta_args.session, heavydb.thrift.Heavy.get_table_details_args.session, heavydb.thrift.Heavy.get_table_details_for_database_args.session, heavydb.thrift.Heavy.get_internal_table_details_args.session, heavydb.thrift.Heavy.get_internal_table_details_for_database_args.session, heavydb.thrift.Heavy.get_users_args.session, heavydb.thrift.Heavy.get_databases_args.session, heavydb.thrift.Heavy.start_heap_profile_args.session, heavydb.thrift.Heavy.stop_heap_profile_args.session, heavydb.thrift.Heavy.get_heap_profile_args.session, heavydb.thrift.Heavy.get_memory_args.session, heavydb.thrift.Heavy.clear_cpu_memory_args.session, heavydb.thrift.Heavy.clear_gpu_memory_args.session, heavydb.thrift.Heavy.set_table_epoch_args.session, heavydb.thrift.Heavy.set_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epoch_args.session, heavydb.thrift.Heavy.get_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epochs_args.session, heavydb.thrift.Heavy.set_table_epochs_args.session, heavydb.thrift.Heavy.get_session_info_args.session, heavydb.thrift.Heavy.get_queries_info_args.session, heavydb.thrift.Heavy.set_leaf_info_args.session, heavydb.thrift.Heavy.sql_execute_args.session, heavydb.thrift.Heavy.sql_execute_df_args.session, heavydb.thrift.Heavy.sql_execute_gdf_args.session, heavydb.thrift.Heavy.deallocate_df_args.session, heavydb.thrift.Heavy.sql_validate_args.session, heavydb.thrift.Heavy.get_completion_hints_args.session, heavydb.thrift.Heavy.set_execution_mode_args.session, heavydb.thrift.Heavy.render_vega_args.session, heavydb.thrift.Heavy.get_result_row_for_pixel_args.session, heavydb.thrift.Heavy.get_result_row_for_pixel_args.table_col_names, heavydb.thrift.Heavy.render_vega_args.widget_id, and heavydb.thrift.Heavy.get_result_row_for_pixel_args.widget_id.

14421  def read(self, iprot):
14422  if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
14423  iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
14424  return
14425  iprot.readStructBegin()
14426  while True:
14427  (fname, ftype, fid) = iprot.readFieldBegin()
14428  if ftype == TType.STOP:
14429  break
14430  if fid == 1:
14431  if ftype == TType.STRING:
14432  self.session = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
14433  else:
14434  iprot.skip(ftype)
14435  elif fid == 2:
14436  if ftype == TType.I64:
14437  self.widget_id = iprot.readI64()
14438  else:
14439  iprot.skip(ftype)
14440  elif fid == 3:
14441  if ftype == TType.STRUCT:
14442  self.pixel = TPixel()
14443  self.pixel.read(iprot)
14444  else:
14445  iprot.skip(ftype)
14446  elif fid == 4:
14447  if ftype == TType.MAP:
14448  self.table_col_names = {}
14449  (_ktype382, _vtype383, _size381) = iprot.readMapBegin()
14450  for _i385 in range(_size381):
14451  _key386 = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
14452  _val387 = []
14453  (_etype391, _size388) = iprot.readListBegin()
14454  for _i392 in range(_size388):
14455  _elem393 = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
14456  _val387.append(_elem393)
14457  iprot.readListEnd()
14458  self.table_col_names[_key386] = _val387
14459  iprot.readMapEnd()
14460  else:
14461  iprot.skip(ftype)
14462  elif fid == 5:
14463  if ftype == TType.BOOL:
14464  self.column_format = iprot.readBool()
14465  else:
14466  iprot.skip(ftype)
14467  elif fid == 6:
14468  if ftype == TType.I32:
14469  self.pixelRadius = iprot.readI32()
14470  else:
14471  iprot.skip(ftype)
14472  elif fid == 7:
14473  if ftype == TType.STRING:
14474  self.nonce = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
14475  else:
14476  iprot.skip(ftype)
14477  else:
14478  iprot.skip(ftype)
14479  iprot.readFieldEnd()
14480  iprot.readStructEnd()
def heavydb.thrift.Heavy.get_result_row_for_pixel_args.validate (   self)

Definition at line 14524 of file Heavy.py.

14525  def validate(self):
14526  return
def heavydb.thrift.Heavy.get_result_row_for_pixel_args.write (   self,
  oprot 
)

Definition at line 14481 of file Heavy.py.

References heavydb.thrift.Heavy.sql_execute_args.column_format, heavydb.thrift.Heavy.get_result_row_for_pixel_args.column_format, heavydb.thrift.Heavy.sql_execute_args.nonce, heavydb.thrift.Heavy.render_vega_args.nonce, heavydb.thrift.Heavy.get_result_row_for_pixel_args.nonce, heavydb.thrift.Heavy.get_result_row_for_pixel_args.pixel, heavydb.thrift.Heavy.get_result_row_for_pixel_args.pixelRadius, com.mapd.calcite.parser.HeavyDBUser.session, ai.heavy.jdbc.HeavyAIStatement.session, ai.heavy.jdbc.HeavyAIPreparedStatement.session, com.mapd.parser.server.test.TestDBServer.ConnInfo.session, com.mapd.logrunner.LogRunner.myThread.session, com.mapd.utility.SQLImporter.session, ai.heavy.jdbc.HeavyAIConnection.session, heavydb.thrift.Heavy.disconnect_args.session, heavydb.thrift.Heavy.switch_database_args.session, heavydb.thrift.Heavy.clone_session_args.session, heavydb.thrift.Heavy.get_server_status_args.session, heavydb.thrift.Heavy.get_status_args.session, heavydb.thrift.Heavy.get_hardware_info_args.session, heavydb.thrift.Heavy.get_tables_args.session, heavydb.thrift.Heavy.get_tables_for_database_args.session, heavydb.thrift.Heavy.get_physical_tables_args.session, heavydb.thrift.Heavy.get_views_args.session, heavydb.thrift.Heavy.get_tables_meta_args.session, heavydb.thrift.Heavy.get_table_details_args.session, heavydb.thrift.Heavy.get_table_details_for_database_args.session, heavydb.thrift.Heavy.get_internal_table_details_args.session, heavydb.thrift.Heavy.get_internal_table_details_for_database_args.session, heavydb.thrift.Heavy.get_users_args.session, heavydb.thrift.Heavy.get_databases_args.session, heavydb.thrift.Heavy.start_heap_profile_args.session, heavydb.thrift.Heavy.stop_heap_profile_args.session, heavydb.thrift.Heavy.get_heap_profile_args.session, heavydb.thrift.Heavy.get_memory_args.session, heavydb.thrift.Heavy.clear_cpu_memory_args.session, heavydb.thrift.Heavy.clear_gpu_memory_args.session, heavydb.thrift.Heavy.set_table_epoch_args.session, heavydb.thrift.Heavy.set_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epoch_args.session, heavydb.thrift.Heavy.get_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epochs_args.session, heavydb.thrift.Heavy.set_table_epochs_args.session, heavydb.thrift.Heavy.get_session_info_args.session, heavydb.thrift.Heavy.get_queries_info_args.session, heavydb.thrift.Heavy.set_leaf_info_args.session, heavydb.thrift.Heavy.sql_execute_args.session, heavydb.thrift.Heavy.sql_execute_df_args.session, heavydb.thrift.Heavy.sql_execute_gdf_args.session, heavydb.thrift.Heavy.deallocate_df_args.session, heavydb.thrift.Heavy.sql_validate_args.session, heavydb.thrift.Heavy.get_completion_hints_args.session, heavydb.thrift.Heavy.set_execution_mode_args.session, heavydb.thrift.Heavy.render_vega_args.session, heavydb.thrift.Heavy.get_result_row_for_pixel_args.session, heavydb.thrift.Heavy.get_result_row_for_pixel_args.table_col_names, heavydb.thrift.Heavy.render_vega_args.widget_id, and heavydb.thrift.Heavy.get_result_row_for_pixel_args.widget_id.

14482  def write(self, oprot):
14483  if oprot._fast_encode is not None and self.thrift_spec is not None:
14484  oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
14485  return
14486  oprot.writeStructBegin('get_result_row_for_pixel_args')
14487  if self.session is not None:
14488  oprot.writeFieldBegin('session', TType.STRING, 1)
14489  oprot.writeString(self.session.encode('utf-8') if sys.version_info[0] == 2 else self.session)
14490  oprot.writeFieldEnd()
14491  if self.widget_id is not None:
14492  oprot.writeFieldBegin('widget_id', TType.I64, 2)
14493  oprot.writeI64(self.widget_id)
14494  oprot.writeFieldEnd()
14495  if self.pixel is not None:
14496  oprot.writeFieldBegin('pixel', TType.STRUCT, 3)
14497  self.pixel.write(oprot)
14498  oprot.writeFieldEnd()
14499  if self.table_col_names is not None:
14500  oprot.writeFieldBegin('table_col_names', TType.MAP, 4)
14501  oprot.writeMapBegin(TType.STRING, TType.LIST, len(self.table_col_names))
14502  for kiter394, viter395 in self.table_col_names.items():
14503  oprot.writeString(kiter394.encode('utf-8') if sys.version_info[0] == 2 else kiter394)
14504  oprot.writeListBegin(TType.STRING, len(viter395))
14505  for iter396 in viter395:
14506  oprot.writeString(iter396.encode('utf-8') if sys.version_info[0] == 2 else iter396)
14507  oprot.writeListEnd()
14508  oprot.writeMapEnd()
14509  oprot.writeFieldEnd()
14510  if self.column_format is not None:
14511  oprot.writeFieldBegin('column_format', TType.BOOL, 5)
14512  oprot.writeBool(self.column_format)
14513  oprot.writeFieldEnd()
14514  if self.pixelRadius is not None:
14515  oprot.writeFieldBegin('pixelRadius', TType.I32, 6)
14516  oprot.writeI32(self.pixelRadius)
14517  oprot.writeFieldEnd()
14518  if self.nonce is not None:
14519  oprot.writeFieldBegin('nonce', TType.STRING, 7)
14520  oprot.writeString(self.nonce.encode('utf-8') if sys.version_info[0] == 2 else self.nonce)
14521  oprot.writeFieldEnd()
14522  oprot.writeFieldStop()
14523  oprot.writeStructEnd()

Member Data Documentation

heavydb.thrift.Heavy.get_result_row_for_pixel_args.__dict__
private

Definition at line 14533 of file Heavy.py.

Referenced by TableFunctionsFactory_node.Node.copy().

heavydb.thrift.Heavy.get_result_row_for_pixel_args.column_format

Definition at line 14416 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), and heavydb.thrift.Heavy.get_result_row_for_pixel_args.write().

heavydb.thrift.Heavy.get_result_row_for_pixel_args.nonce

Definition at line 14418 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TQueryResult.read(), heavydb.thrift.ttypes.TPixelTableRowResult.read(), heavydb.thrift.ttypes.TRenderResult.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), heavydb.thrift.Heavy.set_license_key_args.read(), heavydb.thrift.Heavy.get_license_claims_args.read(), heavydb.thrift.ttypes.TQueryResult.write(), heavydb.thrift.ttypes.TPixelTableRowResult.write(), heavydb.thrift.ttypes.TRenderResult.write(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.write(), heavydb.thrift.Heavy.set_license_key_args.write(), and heavydb.thrift.Heavy.get_license_claims_args.write().

heavydb.thrift.Heavy.get_result_row_for_pixel_args.pixel

Definition at line 14414 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TPixelTableRowResult.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), heavydb.thrift.ttypes.TPixelTableRowResult.write(), and heavydb.thrift.Heavy.get_result_row_for_pixel_args.write().

heavydb.thrift.Heavy.get_result_row_for_pixel_args.pixelRadius

Definition at line 14417 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), and heavydb.thrift.Heavy.get_result_row_for_pixel_args.write().

heavydb.thrift.Heavy.get_result_row_for_pixel_args.session

Definition at line 14412 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), heavydb.thrift.Heavy.create_custom_expression_args.read(), heavydb.thrift.Heavy.get_custom_expressions_args.read(), heavydb.thrift.Heavy.update_custom_expression_args.read(), heavydb.thrift.Heavy.delete_custom_expressions_args.read(), heavydb.thrift.Heavy.get_dashboard_args.read(), heavydb.thrift.Heavy.get_dashboards_args.read(), heavydb.thrift.Heavy.create_dashboard_args.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.Heavy.delete_dashboard_args.read(), heavydb.thrift.Heavy.share_dashboards_args.read(), heavydb.thrift.Heavy.delete_dashboards_args.read(), heavydb.thrift.Heavy.share_dashboard_args.read(), heavydb.thrift.Heavy.unshare_dashboard_args.read(), heavydb.thrift.Heavy.unshare_dashboards_args.read(), heavydb.thrift.Heavy.get_dashboard_grantees_args.read(), heavydb.thrift.Heavy.get_link_view_args.read(), heavydb.thrift.Heavy.create_link_args.read(), heavydb.thrift.Heavy.load_table_binary_args.read(), heavydb.thrift.Heavy.load_table_binary_columnar_args.read(), heavydb.thrift.Heavy.load_table_binary_arrow_args.read(), heavydb.thrift.Heavy.load_table_args.read(), heavydb.thrift.Heavy.detect_column_types_args.read(), heavydb.thrift.Heavy.create_table_args.read(), heavydb.thrift.Heavy.import_table_args.read(), heavydb.thrift.Heavy.import_geo_table_args.read(), heavydb.thrift.Heavy.import_table_status_args.read(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_args.read(), heavydb.thrift.Heavy.get_all_files_in_archive_args.read(), heavydb.thrift.Heavy.get_layers_in_geo_file_args.read(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.read(), heavydb.thrift.Heavy.check_table_consistency_args.read(), heavydb.thrift.Heavy.start_render_query_args.read(), heavydb.thrift.Heavy.insert_data_args.read(), heavydb.thrift.Heavy.insert_chunks_args.read(), heavydb.thrift.Heavy.checkpoint_args.read(), heavydb.thrift.Heavy.get_roles_args.read(), heavydb.thrift.Heavy.get_db_objects_for_grantee_args.read(), heavydb.thrift.Heavy.get_db_object_privs_args.read(), heavydb.thrift.Heavy.get_all_roles_for_user_args.read(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.read(), heavydb.thrift.Heavy.has_role_args.read(), heavydb.thrift.Heavy.has_object_privilege_args.read(), heavydb.thrift.Heavy.set_license_key_args.read(), heavydb.thrift.Heavy.get_license_claims_args.read(), heavydb.thrift.Heavy.get_device_parameters_args.read(), heavydb.thrift.Heavy.register_runtime_extension_functions_args.read(), heavydb.thrift.Heavy.get_table_function_names_args.read(), heavydb.thrift.Heavy.get_runtime_table_function_names_args.read(), heavydb.thrift.Heavy.get_table_function_details_args.read(), heavydb.thrift.Heavy.get_function_names_args.read(), heavydb.thrift.Heavy.get_runtime_function_names_args.read(), heavydb.thrift.Heavy.get_function_details_args.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.write(), heavydb.thrift.Heavy.create_custom_expression_args.write(), heavydb.thrift.Heavy.get_custom_expressions_args.write(), heavydb.thrift.Heavy.update_custom_expression_args.write(), heavydb.thrift.Heavy.delete_custom_expressions_args.write(), heavydb.thrift.Heavy.get_dashboard_args.write(), heavydb.thrift.Heavy.get_dashboards_args.write(), heavydb.thrift.Heavy.create_dashboard_args.write(), heavydb.thrift.Heavy.replace_dashboard_args.write(), heavydb.thrift.Heavy.delete_dashboard_args.write(), heavydb.thrift.Heavy.share_dashboards_args.write(), heavydb.thrift.Heavy.delete_dashboards_args.write(), heavydb.thrift.Heavy.share_dashboard_args.write(), heavydb.thrift.Heavy.unshare_dashboard_args.write(), heavydb.thrift.Heavy.unshare_dashboards_args.write(), heavydb.thrift.Heavy.get_dashboard_grantees_args.write(), heavydb.thrift.Heavy.get_link_view_args.write(), heavydb.thrift.Heavy.create_link_args.write(), heavydb.thrift.Heavy.load_table_binary_args.write(), heavydb.thrift.Heavy.load_table_binary_columnar_args.write(), heavydb.thrift.Heavy.load_table_binary_arrow_args.write(), heavydb.thrift.Heavy.load_table_args.write(), heavydb.thrift.Heavy.detect_column_types_args.write(), heavydb.thrift.Heavy.create_table_args.write(), heavydb.thrift.Heavy.import_table_args.write(), heavydb.thrift.Heavy.import_geo_table_args.write(), heavydb.thrift.Heavy.import_table_status_args.write(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_args.write(), heavydb.thrift.Heavy.get_all_files_in_archive_args.write(), heavydb.thrift.Heavy.get_layers_in_geo_file_args.write(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.write(), heavydb.thrift.Heavy.check_table_consistency_args.write(), heavydb.thrift.Heavy.start_render_query_args.write(), heavydb.thrift.Heavy.insert_data_args.write(), heavydb.thrift.Heavy.insert_chunks_args.write(), heavydb.thrift.Heavy.checkpoint_args.write(), heavydb.thrift.Heavy.get_roles_args.write(), heavydb.thrift.Heavy.get_db_objects_for_grantee_args.write(), heavydb.thrift.Heavy.get_db_object_privs_args.write(), heavydb.thrift.Heavy.get_all_roles_for_user_args.write(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.write(), heavydb.thrift.Heavy.has_role_args.write(), heavydb.thrift.Heavy.has_object_privilege_args.write(), heavydb.thrift.Heavy.set_license_key_args.write(), heavydb.thrift.Heavy.get_license_claims_args.write(), heavydb.thrift.Heavy.get_device_parameters_args.write(), heavydb.thrift.Heavy.register_runtime_extension_functions_args.write(), heavydb.thrift.Heavy.get_table_function_names_args.write(), heavydb.thrift.Heavy.get_runtime_table_function_names_args.write(), heavydb.thrift.Heavy.get_table_function_details_args.write(), heavydb.thrift.Heavy.get_function_names_args.write(), heavydb.thrift.Heavy.get_runtime_function_names_args.write(), and heavydb.thrift.Heavy.get_function_details_args.write().

heavydb.thrift.Heavy.get_result_row_for_pixel_args.table_col_names

Definition at line 14415 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), and heavydb.thrift.Heavy.get_result_row_for_pixel_args.write().

heavydb.thrift.Heavy.get_result_row_for_pixel_args.widget_id

Definition at line 14413 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), heavydb.thrift.Heavy.start_render_query_args.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.write(), and heavydb.thrift.Heavy.start_render_query_args.write().


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