File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
gandiva/src/main/java/org/apache/arrow/gandiva Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1818
1919import com .google .common .base .MoreObjects ;
2020import com .google .common .base .Objects ;
21-
2221import java .util .List ;
2322import org .apache .arrow .vector .types .pojo .ArrowType ;
2423
Original file line number Diff line number Diff line change 3131import java .util .concurrent .ConcurrentMap ;
3232import org .apache .arrow .gandiva .exceptions .GandivaException ;
3333
34- import com .sun .jna .Library ;
35- import com .sun .jna .NativeLibrary ;
36-
3734/** This class handles loading of the jni library, and acts as a bridge for the native functions. */
3835class JniLoader {
3936 private static final String LIBRARY_NAME = "gandiva_jni" ;
Original file line number Diff line number Diff line change 1717package org .apache .arrow .gandiva .expression ;
1818
1919import java .util .List ;
20-
2120import org .apache .arrow .gandiva .exceptions .GandivaException ;
2221import org .apache .arrow .gandiva .ipc .GandivaTypes ;
2322import org .apache .arrow .vector .types .pojo .ArrowType ;
You can’t perform that action at this time.
0 commit comments