| License |
License |
|---|---|
| GroupId | GroupIdcom.gojek.parquet |
| ArtifactId | ArtifactIdparquet-arrow |
| Last Version | Last Version1.11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Parquet Arrow
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| parquet-arrow-1.11.9.pom | |
| parquet-arrow-1.11.9.jar | 33 KB |
| parquet-arrow-1.11.9-tests.jar | 11 KB |
| parquet-arrow-1.11.9-sources.jar | 8 KB |
| parquet-arrow-1.11.9-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-arrow/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-arrow</artifactId>
<version>1.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-arrow/
implementation 'com.gojek.parquet:parquet-arrow:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-arrow/
implementation ("com.gojek.parquet:parquet-arrow:1.11.9")
'com.gojek.parquet:parquet-arrow:jar:1.11.9'
<dependency org="com.gojek.parquet" name="parquet-arrow" rev="1.11.9">
<artifact name="parquet-arrow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-arrow', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet-arrow" % "1.11.9"
[com.gojek.parquet/parquet-arrow "1.11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.arrow : arrow-vector | jar | 0.10.0 |
| org.apache.arrow : arrow-memory | jar | 0.10.0 |
| org.apache.arrow : arrow-format | jar | 0.10.0 |
| com.gojek.parquet : parquet-common | jar | 1.11.9 |
| com.gojek.parquet : parquet-encoding | jar | 1.11.9 |
| com.gojek.parquet : parquet-column | jar | 1.11.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.gojek.parquet : parquet-column | test-jar | 1.11.9 |
| org.slf4j : slf4j-simple | jar | 1.7.22 |
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.4 |