mirror of https://github.com/apache/druid.git
remove obsolete comments
This commit is contained in:
parent
aa3822454a
commit
4e765f6754
|
@ -1,16 +1,5 @@
|
|||
|
||||
grammar DruidSQL;
|
||||
|
||||
/*
|
||||
@lexer::header {
|
||||
package com.metamx.druid.sql.antlr;
|
||||
}
|
||||
*/
|
||||
/*
|
||||
TODO: handle both multiply / division, addition - subtraction
|
||||
unary minus
|
||||
*/
|
||||
|
||||
@header {
|
||||
import com.metamx.druid.aggregation.post.*;
|
||||
import com.metamx.druid.aggregation.*;
|
||||
|
|
Loading…
Reference in New Issue