Package com.relationalai
Class ArrowUtils
- java.lang.Object
-
- com.relationalai.ArrowUtils
-
- All Implemented Interfaces:
AutoCloseable
public class ArrowUtils extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description ArrowUtils()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static org.apache.arrow.memory.RootAllocator
getOrCreateRootAllocator()
-
-
-
Method Detail
-
getOrCreateRootAllocator
public static org.apache.arrow.memory.RootAllocator getOrCreateRootAllocator()
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
-