com.metamatrix.query.processor
Class DescribableUtil

java.lang.Object
  extended by com.metamatrix.query.processor.DescribableUtil

public class DescribableUtil
extends java.lang.Object


Method Summary
static java.util.List getOutputColumnProperties(java.util.List projectedSymbols)
          Helper method to turn a list of projected symbols into a suitable list of output column strings with name and type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOutputColumnProperties

public static java.util.List getOutputColumnProperties(java.util.List projectedSymbols)
Helper method to turn a list of projected symbols into a suitable list of output column strings with name and type.

Parameters:
projectedSymbols - The list of SingleElementSymbol projected from a plan or node
Returns:
List of output columns for sending to the client as part of the plan


Copyright © 2009. All Rights Reserved.