Class XPLAINResultSetDescriptor

java.lang.Object
org.apache.derby.impl.sql.catalog.XPLAINTableDescriptor
org.apache.derby.impl.sql.catalog.XPLAINResultSetDescriptor

public class XPLAINResultSetDescriptor extends XPLAINTableDescriptor
  • Field Details

    • rs_id

      private UUID rs_id
    • op_identifier

      private String op_identifier
    • op_details

      private String op_details
    • no_opens

      private Integer no_opens
    • no_index_updates

      private Integer no_index_updates
    • lock_granularity

      private String lock_granularity
    • lock_mode

      private String lock_mode
    • parent_rs_id

      private UUID parent_rs_id
    • est_row_count

      private Double est_row_count
    • est_cost

      private Double est_cost
    • affected_rows

      private Integer affected_rows
    • deferred_rows

      private String deferred_rows
    • input_rows

      private Integer input_rows
    • seen_rows

      private Integer seen_rows
    • seen_rows_right

      private Integer seen_rows_right
    • filtered_rows

      private Integer filtered_rows
    • returned_rows

      private Integer returned_rows
    • empty_right_rows

      private Integer empty_right_rows
    • index_key_optimization

      private String index_key_optimization
    • scan_rs_id

      private UUID scan_rs_id
    • sort_rs_id

      private UUID sort_rs_id
    • stmt_id

      private UUID stmt_id
    • timing_id

      private UUID timing_id
    • TABLENAME_STRING

      static final String TABLENAME_STRING
      See Also:
    • indexColumnNames

      private static final String[][] indexColumnNames
  • Constructor Details

  • Method Details