File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/main/java/com/influxdb/v3/client/internal Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2121 */
2222package com .influxdb .v3 .client .internal ;
2323
24- import com .influxdb .v3 .client .write .WritePrecision ;
25- import org .apache .arrow .vector .types .pojo .ArrowType ;
26- import org .apache .arrow .vector .types .pojo .Field ;
27-
2824import javax .annotation .Nonnull ;
2925import javax .annotation .Nullable ;
3026import java .math .BigDecimal ;
3632import java .util .Map ;
3733import java .util .concurrent .TimeUnit ;
3834import java .util .function .Function ;
39-
35+ import com . influxdb . v3 . client . write . WritePrecision ;
4036import static java .util .function .Function .identity ;
37+ import org .apache .arrow .vector .types .pojo .ArrowType ;
38+ import org .apache .arrow .vector .types .pojo .Field ;
4139
4240/**
4341 * Nanosecond converter.
You can’t perform that action at this time.
0 commit comments