export interface AggregationResult { /** The result table of the query, organized in a column oriented format. */ table: Record; }