com.sas.storage.olap.export
Class Util

com.sas.storage.olap.export.Util

public class Util


Field Summary
static int INVALID_MEASURE_ELEMENT_INDEX
           
protected static com.sas.util.log.CommonLoggerInterface log
           
 
Constructor Summary
Util()
           
 
Method Summary
static int getMeasureElementIndex(TupleElementInterface[] tupleElements)
          Returns the index of the first measure element in a tuple.
 

Field Detail

log

protected static com.sas.util.log.CommonLoggerInterface log

INVALID_MEASURE_ELEMENT_INDEX

public static int INVALID_MEASURE_ELEMENT_INDEX
Constructor Detail

Util

public Util()
Method Detail

getMeasureElementIndex

public static int getMeasureElementIndex(TupleElementInterface[] tupleElements)
Returns the index of the first measure element in a tuple.

Parameters:
tupleElements - the elements of the tuple to search.
Returns:
the index of the first measure element in a tuple. Returns -1 in case of errors of if it cannot find any measure element in the tuple.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.