# Interface PivotQueryResultData

Pivot query result data set, which includes both a flat table of QueryResultData and grids of tree structures.

# Properties

# Table

# table

table: QueryResultData

Flat table structure

# Tree Structures

# grids

grids?: object

Grids of tree structures

# Type declaration
# grids.columns

columns: PivotGrid

# grids.corner

corner: PivotGrid

# grids.rows

rows: PivotGrid

# grids.values

values: PivotGrid