Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7583C200C5F for ; Sun, 23 Apr 2017 23:56:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7437C160BB1; Sun, 23 Apr 2017 21:56:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C22FD160B96 for ; Sun, 23 Apr 2017 23:56:49 +0200 (CEST) Received: (qmail 84282 invoked by uid 500); 23 Apr 2017 21:56:49 -0000 Mailing-List: contact commits-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list commits@arrow.apache.org Received: (qmail 83384 invoked by uid 99); 23 Apr 2017 21:56:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2017 21:56:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0BFCCE2F03; Sun, 23 Apr 2017 21:56:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wesm@apache.org To: commits@arrow.apache.org Date: Sun, 23 Apr 2017 21:57:22 -0000 Message-Id: <6309f46c5bb44874a7e90220b8a1a60c@git.apache.org> In-Reply-To: <29ee32f1feff4418a4382ea8056f6f59@git.apache.org> References: <29ee32f1feff4418a4382ea8056f6f59@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/51] [partial] arrow-site git commit: Check in initial Javadoc archived-at: Sun, 23 Apr 2017 21:56:54 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/Decimal.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/Decimal.html b/docs/java/org/apache/arrow/flatbuf/Decimal.html new file mode 100644 index 0000000..a288221 --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/Decimal.html @@ -0,0 +1,435 @@ + + + + + + +Decimal (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class Decimal

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.flatbuffers.Table
    • +
    • +
        +
      • org.apache.arrow.flatbuf.Decimal
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class Decimal
    +extends com.google.flatbuffers.Table
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Decimal

        +
        public Decimal()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        precision

        +
        public int precision()
        +
        Total number of decimal digits
        +
      • +
      + + + +
        +
      • +

        scale

        +
        public int scale()
        +
        Number of digits after the decimal point "."
        +
      • +
      + + + +
        +
      • +

        createDecimal

        +
        public static int createDecimal(com.google.flatbuffers.FlatBufferBuilder builder,
        +                                int precision,
        +                                int scale)
        +
      • +
      + + + +
        +
      • +

        startDecimal

        +
        public static void startDecimal(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      + + + +
        +
      • +

        addPrecision

        +
        public static void addPrecision(com.google.flatbuffers.FlatBufferBuilder builder,
        +                                int precision)
        +
      • +
      + + + +
        +
      • +

        addScale

        +
        public static void addScale(com.google.flatbuffers.FlatBufferBuilder builder,
        +                            int scale)
        +
      • +
      + + + +
        +
      • +

        endDecimal

        +
        public static int endDecimal(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/DictionaryBatch.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/DictionaryBatch.html b/docs/java/org/apache/arrow/flatbuf/DictionaryBatch.html new file mode 100644 index 0000000..b83a1ee --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/DictionaryBatch.html @@ -0,0 +1,442 @@ + + + + + + +DictionaryBatch (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class DictionaryBatch

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.flatbuffers.Table
    • +
    • +
        +
      • org.apache.arrow.flatbuf.DictionaryBatch
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class DictionaryBatch
    +extends com.google.flatbuffers.Table
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DictionaryBatch

        +
        public DictionaryBatch()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        id

        +
        public long id()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        createDictionaryBatch

        +
        public static int createDictionaryBatch(com.google.flatbuffers.FlatBufferBuilder builder,
        +                                        long id,
        +                                        int data)
        +
      • +
      + + + +
        +
      • +

        startDictionaryBatch

        +
        public static void startDictionaryBatch(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      + + + +
        +
      • +

        addId

        +
        public static void addId(com.google.flatbuffers.FlatBufferBuilder builder,
        +                         long id)
        +
      • +
      + + + +
        +
      • +

        addData

        +
        public static void addData(com.google.flatbuffers.FlatBufferBuilder builder,
        +                           int dataOffset)
        +
      • +
      + + + +
        +
      • +

        endDictionaryBatch

        +
        public static int endDictionaryBatch(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/DictionaryEncoding.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/DictionaryEncoding.html b/docs/java/org/apache/arrow/flatbuf/DictionaryEncoding.html new file mode 100644 index 0000000..265f9fb --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/DictionaryEncoding.html @@ -0,0 +1,488 @@ + + + + + + +DictionaryEncoding (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class DictionaryEncoding

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.flatbuffers.Table
    • +
    • +
        +
      • org.apache.arrow.flatbuf.DictionaryEncoding
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class DictionaryEncoding
    +extends com.google.flatbuffers.Table
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DictionaryEncoding

        +
        public DictionaryEncoding()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        id

        +
        public long id()
        +
        The known dictionary id in the application where this data is used. In + the file or streaming formats, the dictionary ids are found in the + DictionaryBatch messages
        +
      • +
      + + + +
        +
      • +

        indexType

        +
        public Int indexType()
        +
        The dictionary indices are constrained to be positive integers. If this + field is null, the indices must be signed int32
        +
      • +
      + + + +
        +
      • +

        indexType

        +
        public Int indexType(Int obj)
        +
      • +
      + + + +
        +
      • +

        isOrdered

        +
        public boolean isOrdered()
        +
        By default, dictionaries are not ordered, or the order does not have + semantic meaning. In some statistical, applications, dictionary-encoding + is used to represent ordered categorical data, and we provide a way to + preserve that metadata here
        +
      • +
      + + + +
        +
      • +

        createDictionaryEncoding

        +
        public static int createDictionaryEncoding(com.google.flatbuffers.FlatBufferBuilder builder,
        +                                           long id,
        +                                           int indexType,
        +                                           boolean isOrdered)
        +
      • +
      + + + +
        +
      • +

        startDictionaryEncoding

        +
        public static void startDictionaryEncoding(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      + + + +
        +
      • +

        addId

        +
        public static void addId(com.google.flatbuffers.FlatBufferBuilder builder,
        +                         long id)
        +
      • +
      + + + +
        +
      • +

        addIndexType

        +
        public static void addIndexType(com.google.flatbuffers.FlatBufferBuilder builder,
        +                                int indexTypeOffset)
        +
      • +
      + + + +
        +
      • +

        addIsOrdered

        +
        public static void addIsOrdered(com.google.flatbuffers.FlatBufferBuilder builder,
        +                                boolean isOrdered)
        +
      • +
      + + + +
        +
      • +

        endDictionaryEncoding

        +
        public static int endDictionaryEncoding(com.google.flatbuffers.FlatBufferBuilder builder)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/355ede33/docs/java/org/apache/arrow/flatbuf/Endianness.html ---------------------------------------------------------------------- diff --git a/docs/java/org/apache/arrow/flatbuf/Endianness.html b/docs/java/org/apache/arrow/flatbuf/Endianness.html new file mode 100644 index 0000000..6e3609a --- /dev/null +++ b/docs/java/org/apache/arrow/flatbuf/Endianness.html @@ -0,0 +1,298 @@ + + + + + + +Endianness (Apache Arrow Java Root POM 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
+
org.apache.arrow.flatbuf
+

Class Endianness

+
+
+ +
+
    +
  • +
    +
    +
    public final class Endianness
    +extends Object
    +
    ---------------------------------------------------------------------- + Endianness of the platform producing the data
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation. All Rights Reserved.

+ +