Analytics.DataFrame.debugOut()

Signature

void debugOut(Object frame)

Domain

ACTION

Description

Prints the data frame

Parameters

NameTypeDescription
frameObjectTerr Frame Object

Returns

TypeDescription

Cautions

In case a complex TERR datastructure like another frame or list exists inside a frame, then the debugOut function will just print the object reference of it.
The various frame/list related functions can be then used to retrieve data from these datastructures.

Example

Analytics.DataFrame.debugOut(frame);