Class TileDBUtils


  • public class TileDBUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TileDBUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static Pair<java.util.ArrayList<org.apache.arrow.vector.ValueVector>,​java.lang.Integer> createValueVectors​(byte[] bytes)
      This method gets bytes and translated them to arrow valuevectors
      static java.lang.String serializeArgs​(java.util.HashMap<java.lang.String,​java.lang.Object> arguments)
      Serializes the arguments to a String
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TileDBUtils

        public TileDBUtils()
    • Method Detail

      • serializeArgs

        public static java.lang.String serializeArgs​(java.util.HashMap<java.lang.String,​java.lang.Object> arguments)
        Serializes the arguments to a String
        Parameters:
        arguments - The input arguments in a HashMap
        Returns:
        The arguments in a String
      • createValueVectors

        protected static Pair<java.util.ArrayList<org.apache.arrow.vector.ValueVector>,​java.lang.Integer> createValueVectors​(byte[] bytes)
                                                                                                                            throws java.io.IOException
        This method gets bytes and translated them to arrow valuevectors
        Parameters:
        bytes - The input bytes
        Returns:
        A pair that consists of an ArrayList of all valueVectors and the number of batches read.
        Throws:
        java.io.IOException