File tree Expand file tree Collapse file tree 9 files changed +4
-10
lines changed
ingester-example/src/main/java/io/greptime
ingester-protocol/src/main/java/io/greptime Expand file tree Collapse file tree 9 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1818import io .greptime .models .Column ;
1919import io .greptime .models .DataType ;
2020import io .greptime .models .Metric ;
21- import java .math .BigDecimal ;
2221import java .util .Date ;
2322
2423/**
Original file line number Diff line number Diff line change 2525import io .greptime .common .util .MetricsUtil ;
2626import io .greptime .models .Err ;
2727import io .greptime .models .Result ;
28- import io .greptime .models .WriteOk ;
2928import io .greptime .models .Table ;
29+ import io .greptime .models .WriteOk ;
3030import io .greptime .options .GreptimeOptions ;
3131import io .greptime .options .RouterOptions ;
3232import io .greptime .options .WriteOptions ;
Original file line number Diff line number Diff line change 1717
1818import io .greptime .models .Err ;
1919import io .greptime .models .Result ;
20- import io .greptime .models .WriteOk ;
2120import io .greptime .models .Table ;
21+ import io .greptime .models .WriteOk ;
2222import io .greptime .rpc .Context ;
2323
2424import java .util .Collection ;
Original file line number Diff line number Diff line change 3434import io .greptime .models .AuthInfo ;
3535import io .greptime .models .Err ;
3636import io .greptime .models .Result ;
37- import io .greptime .models .WriteOk ;
3837import io .greptime .models .Table ;
3938import io .greptime .models .TableHelper ;
39+ import io .greptime .models .WriteOk ;
4040import io .greptime .models .WriteTables ;
4141import io .greptime .options .WriteOptions ;
4242import io .greptime .rpc .Context ;
Original file line number Diff line number Diff line change 1717
1818import io .greptime .models .Err ;
1919import io .greptime .models .Result ;
20- import io .greptime .models .WriteOk ;
2120import io .greptime .models .Table ;
21+ import io .greptime .models .WriteOk ;
2222import java .util .Collection ;
2323
2424/**
Original file line number Diff line number Diff line change 1616package io .greptime .models ;
1717
1818import io .greptime .common .Endpoint ;
19- import java .util .Collection ;
2019
2120/**
2221 * Contains the write/query error value.
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ public long getNanoseconds() {
4444 return nanoseconds ;
4545 }
4646
47-
4847 @ Override
4948 public Common .IntervalMonthDayNano into () {
5049 return Common .IntervalMonthDayNano .newBuilder () //
Original file line number Diff line number Diff line change 1919import io .greptime .v1 .Common ;
2020import io .greptime .v1 .Database ;
2121import java .util .Collection ;
22- import java .util .Collections ;
2322
2423/**
2524 * @author jiachun.fjc
Original file line number Diff line number Diff line change 1515 */
1616package io .greptime .models ;
1717
18- import java .util .Collection ;
19-
2018/**
2119 * Contains the success value of write.
2220 *
You can’t perform that action at this time.
0 commit comments