Download hyracks-data-std-0.3.1.jar file

Introduction

You can download hyracks-data-std-0.3.1.jar in this page.

License

Apache License

Type List

hyracks-data-std-0.3.1.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.hyracks/hyracks-data-std/pom.properties
META-INF/maven/org.apache.hyracks/hyracks-data-std/pom.xml
org.apache.hyracks.data.std.accessors.MurmurHash3BinaryHash.class
org.apache.hyracks.data.std.accessors.MurmurHash3BinaryHashFunctionFamily.class
org.apache.hyracks.data.std.accessors.PointableBinaryComparatorFactory.class
org.apache.hyracks.data.std.accessors.PointableBinaryHashFunctionFactory.class
org.apache.hyracks.data.std.accessors.UTF8StringBinaryHashFunctionFamily.class
org.apache.hyracks.data.std.algorithms.BinarySearchAlgorithm.class
org.apache.hyracks.data.std.api.AbstractPointable.class
org.apache.hyracks.data.std.api.IComparable.class
org.apache.hyracks.data.std.api.IDataOutputProvider.class
org.apache.hyracks.data.std.api.IHashable.class
org.apache.hyracks.data.std.api.IMutableValueStorage.class
org.apache.hyracks.data.std.api.INumeric.class
org.apache.hyracks.data.std.api.IPointable.class
org.apache.hyracks.data.std.api.IPointableFactory.class
org.apache.hyracks.data.std.api.IValueReference.class
org.apache.hyracks.data.std.collections.api.IValueReferenceVector.class
org.apache.hyracks.data.std.primitive.BooleanPointable.class
org.apache.hyracks.data.std.primitive.ByteArrayPointable.class
org.apache.hyracks.data.std.primitive.BytePointable.class
org.apache.hyracks.data.std.primitive.DoublePointable.class
org.apache.hyracks.data.std.primitive.FloatPointable.class
org.apache.hyracks.data.std.primitive.IntegerPointable.class
org.apache.hyracks.data.std.primitive.LongPointable.class
org.apache.hyracks.data.std.primitive.RawUTF8StringPointable.class
org.apache.hyracks.data.std.primitive.ShortPointable.class
org.apache.hyracks.data.std.primitive.TaggedValuePointable.class
org.apache.hyracks.data.std.primitive.UTF8StringLowercasePointable.class
org.apache.hyracks.data.std.primitive.UTF8StringLowercaseTokenPointable.class
org.apache.hyracks.data.std.primitive.UTF8StringPointable.class
org.apache.hyracks.data.std.primitive.VoidPointable.class
org.apache.hyracks.data.std.util.AbstractVarLenObjectBuilder.class
org.apache.hyracks.data.std.util.ArrayBackedValueStorage.class
org.apache.hyracks.data.std.util.BinaryEntry.class
org.apache.hyracks.data.std.util.BinaryHashSet.class
org.apache.hyracks.data.std.util.ByteArrayAccessibleOutputStream.class
org.apache.hyracks.data.std.util.ByteArrayBuilder.class
org.apache.hyracks.data.std.util.ExtendedByteArrayOutputStream.class
org.apache.hyracks.data.std.util.GrowableArray.class
org.apache.hyracks.data.std.util.ICharIterator.class
org.apache.hyracks.data.std.util.ISequenceIterator.class
org.apache.hyracks.data.std.util.RewindableDataOutputStream.class
org.apache.hyracks.data.std.util.UTF8CharSequence.class
org.apache.hyracks.data.std.util.UTF8StringBuilder.class
org.apache.hyracks.data.std.util.UTF8StringCharByCharIterator.class
org.apache.hyracks.data.std.util.UTF8StringCharacterIterator.class

Pom

hyracks-data-std-0.3.1.pom file content.

<!--
 ! Licensed to the Apache Software Foundation (ASF) under one
 ! or more contributor license agreements.  See the NOTICE file
 ! distributed with this work for additional information
 ! regarding copyright ownership.  The ASF licenses this file
 ! to you under the Apache License, Version 2.0 (the
 ! "License"); you may not use this file except in compliance
 ! with the License.  You may obtain a copy of the License at
 !
 !   http://www.apache.org/licenses/LICENSE-2.0
 !
 ! Unless required by applicable law or agreed to in writing,
 ! software distributed under the License is distributed on an
 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 ! KIND, either express or implied.  See the License for the
 ! specific language governing permissions and limitations
 ! under the License.
 !-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <artifactId>hyracks-data-std</artifactId>
  <name>hyracks-data-std</name>

  <parent>
    <groupId>org.apache.hyracks</groupId>
    <artifactId>hyracks-data</artifactId>
    <version>0.3.1</version>
  </parent>
  <properties>
    <root.dir>${basedir}/../../..</root.dir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.hyracks</groupId>
      <artifactId>hyracks-util</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.hyracks</groupId>
      <artifactId>hyracks-api</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.hyracks</groupId>
      <artifactId>hyracks-util</artifactId>
      <version>${project.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.hyracks</groupId>
   <artifactId>hyracks-data-std</artifactId>
   <version>0.3.1</version>
</dependency>

Download

If you think the following hyracks-data-std-0.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hyracks-data-std-0.3.1.jar file




PreviousNext

Related