mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
remove render code from sql_part
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import _ from 'lodash';
|
||||
import { PostgresQueryBuilder } from './query_builder';
|
||||
import { QueryCtrl } from 'app/plugins/sdk';
|
||||
import { SqlPart } from 'app/core/components/sql_part/sql_part';
|
||||
import PostgresQuery from './postgres_query';
|
||||
import sqlPart from './sql_part';
|
||||
|
||||
@ -32,10 +33,10 @@ export class PostgresQueryCtrl extends QueryCtrl {
|
||||
whereAdd: any;
|
||||
timeColumnSegment: any;
|
||||
metricColumnSegment: any;
|
||||
selectMenu: any;
|
||||
selectModels: any[];
|
||||
groupByParts: any[];
|
||||
whereParts: any[];
|
||||
selectMenu: any[];
|
||||
selectModels: SqlPart[][];
|
||||
groupByParts: SqlPart[][];
|
||||
whereParts: SqlPart[][];
|
||||
groupByAdd: any;
|
||||
|
||||
/** @ngInject **/
|
||||
|
Reference in New Issue
Block a user