Class NormalizeResultSet

    • Field Detail

      • normalizedRow

        private ExecRow normalizedRow
      • numCols

        private int numCols
      • startCol

        private int startCol
      • cachedDestinations

        private final DataValueDescriptor[] cachedDestinations
        This array contains data value descriptors that can be used (and reused) by normalizeRow() to hold the normalized column values.
    • Constructor Detail

      • NormalizeResultSet

        public NormalizeResultSet​(NoPutResultSet source,
                                  Activation activation,
                                  int resultSetNumber,
                                  int erdNumber,
                                  double optimizerEstimatedRowCount,
                                  double optimizerEstimatedCost,
                                  boolean forUpdate)
                           throws StandardException
        Constructor for a NormalizeResultSet
        Parameters:
        source - The NoPutResultSet from which to get rows to be normalized
        activation - The activation for this execution
        resultSetNumber - The resultSetNumber
        erdNumber - The integer for the ResultDescription
        Throws:
        StandardException - on error