persistent class %DeepSee.PMML.Dataset.SQL
extends %DeepSee.PMML.Dataset.Table
property SQL
as %String(MAXLEN="");
classmethod %Create(pName As %String, pSQL As %String, ByRef pFields, ByRef pCreateTempTable As %String = "", pIdColumn As %String = "", Output pSC As %Status)
as %DeepSee.PMML.Dataset.SQL
pFields is an array of the cube levels and measures to be included in the dataset
pFields(n) = $lb(name, spec, tDataType, tOpType)
field spec is the column name