| name | data type | description |
|---|---|---|
| columns | array of ResultColumn | |
Properties inherited from ToYAMLString |
||
| fieldsToAppend | array of FieldNameAndValue | |
Example
{
"columns" : [ {
"type" : "STRUCT",
"name" : "..."
}, {
"type" : "FLOAT",
"name" : "..."
} ],
"fieldsToAppend" : [ {
"value" : { },
"name" : "..."
}, {
"value" : { },
"name" : "..."
} ]
}