jar

tech.dingxin : arrow-utils

Maven & Gradle

May 27, 2024
0 stars

An open-source utility library that offers convenient ways to convert various data types into the Apache Arrow format.

Table Of Contents

Latest Version

Download tech.dingxin : arrow-utils JAR file - Latest Versions:

All Versions

Download tech.dingxin : arrow-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window arrow-utils-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.dingxin.writers.type

├─ tech.dingxin.writers.type.BooleanWriter.class - [JAR]

├─ tech.dingxin.writers.type.ByteWriter.class - [JAR]

├─ tech.dingxin.writers.type.DoubleWriter.class - [JAR]

├─ tech.dingxin.writers.type.FloatWriter.class - [JAR]

├─ tech.dingxin.writers.type.IntegerWriter.class - [JAR]

├─ tech.dingxin.writers.type.ListWriter.class - [JAR]

├─ tech.dingxin.writers.type.LongWriter.class - [JAR]

├─ tech.dingxin.writers.type.MapWriter.class - [JAR]

├─ tech.dingxin.writers.type.ShortWriter.class - [JAR]

├─ tech.dingxin.writers.type.StringWriter.class - [JAR]

├─ tech.dingxin.writers.type.StructWriter.class - [JAR]

tech.dingxin.jdbc

├─ tech.dingxin.jdbc.JdbcDialect.class - [JAR]

├─ tech.dingxin.jdbc.JdbcUtils.class - [JAR]

tech.dingxin.jdbc.dialects

├─ tech.dingxin.jdbc.dialects.SqlLiteDialect.class - [JAR]

tech.dingxin.writers

├─ tech.dingxin.writers.ArrowFieldWriter.class - [JAR]

├─ tech.dingxin.writers.ArrowWriter.class - [JAR]

├─ tech.dingxin.writers.ArrowWriterFactory.class - [JAR]

tech.dingxin

├─ tech.dingxin.ArrowDataSerializer.class - [JAR]

├─ tech.dingxin.ArrowRowData.class - [JAR]

├─ tech.dingxin.PojoToArrowConverter.class - [JAR]

tech.dingxin.utils

├─ tech.dingxin.utils.Preconditions.class - [JAR]

├─ tech.dingxin.utils.TypeUtils.class - [JAR]