License |
License |
---|---|
GroupId | GroupIdcom.gojek.parquet |
ArtifactId | ArtifactIdparquet-column |
Last Version | Last Version1.11.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Parquet Column
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-column-1.11.9.pom | |
parquet-column-1.11.9.jar | 1 MB |
parquet-column-1.11.9-tests.jar | 274 KB |
parquet-column-1.11.9-sources.jar | 318 KB |
parquet-column-1.11.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-column/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-column</artifactId>
<version>1.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-column/
implementation 'com.gojek.parquet:parquet-column:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-column/
implementation ("com.gojek.parquet:parquet-column:1.11.9")
'com.gojek.parquet:parquet-column:jar:1.11.9'
<dependency org="com.gojek.parquet" name="parquet-column" rev="1.11.9">
<artifact name="parquet-column" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-column', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet-column" % "1.11.9"
[com.gojek.parquet/parquet-column "1.11.9"]
Group / Artifact | Type | Version |
---|---|---|
com.gojek.parquet : parquet-common | jar | 1.11.9 |
com.gojek.parquet : parquet-encoding | jar | 1.11.9 |
Group / Artifact | Type | Version |
---|---|---|
com.gojek.parquet : parquet-common | test-jar | 1.11.9 |
com.gojek.parquet : parquet-encoding | test-jar | 1.11.9 |
com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
com.h2database : h2 | jar | 1.4.193 |
org.slf4j : slf4j-simple | jar | 1.7.22 |
org.mockito : mockito-all | jar | 1.10.19 |
com.google.guava : guava | jar | 27.0.1-jre |
org.apache.commons : commons-lang3 | jar | 3.9 |
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.4 |