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 7E9EC200CB5 for ; Tue, 27 Jun 2017 11:59:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D5AC160BFD; Tue, 27 Jun 2017 09:59:58 +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 9DE30160C0C for ; Tue, 27 Jun 2017 11:59:55 +0200 (CEST) Received: (qmail 78663 invoked by uid 500); 27 Jun 2017 09:59:54 -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 77956 invoked by uid 99); 27 Jun 2017 09:59:53 -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; Tue, 27 Jun 2017 09:59:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45000F170C; Tue, 27 Jun 2017 09:59:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: uwe@apache.org To: commits@arrow.apache.org Date: Tue, 27 Jun 2017 10:00:12 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [22/51] [partial] arrow-site git commit: Rerender docs archived-at: Tue, 27 Jun 2017 09:59:58 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/d37aab64/docs/cpp/classarrow_1_1_decimal_array.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_decimal_array.html b/docs/cpp/classarrow_1_1_decimal_array.html index 1af9f05..aad04cd 100644 --- a/docs/cpp/classarrow_1_1_decimal_array.html +++ b/docs/cpp/classarrow_1_1_decimal_array.html @@ -3,8 +3,7 @@ - - + Apache Arrow (C++): arrow::DecimalArray Class Reference @@ -12,6 +11,9 @@ + @@ -30,19 +32,43 @@ - + - - - - + +
- + - - - - - + + + + + - + - - - - - - + + + + + + - + - - - + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 DecimalArray (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &data, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0, const std::shared_ptr< Buffer > &sign_bitmap=nullptr)
 DecimalArray (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &data, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0, const std::shared_ptr< Buffer > &sign_bitmap=nullptr)
 
bool IsNegative (int64_t i) const
 
std::string FormatValue (int64_t i) const
 
std::shared_ptr< ArraySlice (int64_t offset, int64_t length) const override
bool IsNegative (int64_t i) const
 
std::string FormatValue (int64_t i) const
 
std::shared_ptr< ArraySlice (int64_t offset, int64_t length) const override
 Construct a zero-copy slice of the array with the indicated offset and length. More...
 
- Public Member Functions inherited from arrow::FixedSizeBinaryArray
 FixedSizeBinaryArray (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &data, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0)
 FixedSizeBinaryArray (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &data, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0)
 
const uint8_t * GetValue (int64_t i) const
 
int32_t byte_width () const
 
const uint8_t * raw_data () const
 
const uint8_t * GetValue (int64_t i) const
 
int32_t byte_width () const
 
const uint8_t * raw_data () const
 
- Public Member Functions inherited from arrow::PrimitiveArray
 PrimitiveArray (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &data, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0)
 PrimitiveArray (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &data, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0)
 
std::shared_ptr< Bufferdata () const
 The memory containing this array's data This buffer does not account for any slice offset. More...
 
std::shared_ptr< Bufferdata () const
 The memory containing this array's data This buffer does not account for any slice offset. More...
 
- Public Member Functions inherited from arrow::Array
 Array (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0)
 Array (const std::shared_ptr< DataType > &type, int64_t length, const std::shared_ptr< Buffer > &null_bitmap=nullptr, int64_t null_count=0, int64_t offset=0)
 
virtual ~Array ()=default
 
bool IsNull (int64_t i) const
 Determine if a slot is null. For inner loops. Does not boundscheck. More...
 
int64_t length () const
 Size in the number of elements this array contains. More...
 
int64_t offset () const
 A relative position into another array's data, to enable zero-copy slicing. More...
 
int64_t null_count () const
 The number of null entries in the array. More...
 
std::shared_ptr< DataTypetype () const
 
Type::type type_id () const
 
std::shared_ptr< Buffernull_bitmap () const
 Buffer for the null bitmap. More...
 
const uint8_t * null_bitmap_data () const
 Raw pointer to the null bitmap. More...
 
bool Equals (const Array &arr) const
 
bool Equals (const std::shared_ptr< Array > &arr) const
 
bool ApproxEquals (const std::shared_ptr< Array > &arr) const
 
bool ApproxEquals (const Array &arr) const
 
bool RangeEquals (int64_t start_idx, int64_t end_idx, int64_t other_start_idx, const std::shared_ptr< Array > &other) const
 Compare if the range of slots specified are equal for the given array and this array. More...
 
bool RangeEquals (const Array &other, int64_t start_idx, int64_t end_idx, int64_t other_start_idx) const
 
Status Accept (ArrayVisitor *visitor) const
 
std::shared_ptr< ArraySlice (int64_t offset) const
 Slice from offset until end of the array. More...
 
bool IsNull (int64_t i) const
 Determine if a slot is null. For inner loops. Does not boundscheck. More...
 
int64_t length () const
 Size in the number of elements this array contains. More...
 
int64_t offset () const
 A relative position into another array's data, to enable zero-copy slicing. More...
 
int64_t null_count () const
 The number of null entries in the array. More...
 
std::shared_ptr< DataTypetype () const
 
Type::type type_id () const
 
std::shared_ptr< Buffernull_bitmap () const
 Buffer for the null bitmap. More...
 
const uint8_t * null_bitmap_data () const
 Raw pointer to the null bitmap. More...
 
bool Equals (const Array &arr) const
 
bool Equals (const std::shared_ptr< Array > &arr) const
 
bool ApproxEquals (const std::shared_ptr< Array > &arr) const
 
bool ApproxEquals (const Array &arr) const
 
bool RangeEquals (int64_t start_idx, int64_t end_idx, int64_t other_start_idx, const std::shared_ptr< Array > &other) const
 Compare if the range of slots specified are equal for the given array and this array. More...
 
bool RangeEquals (const Array &other, int64_t start_idx, int64_t end_idx, int64_t other_start_idx) const
 
Status Accept (ArrayVisitor *visitor) const
 
std::shared_ptr< ArraySlice (int64_t offset) const
 Slice from offset until end of the array. More...
 
@@ -190,9 +216,7 @@ Additional Inherited Members

Additional Inherited Members

 

Member Typedef Documentation

- -

◆ TypeClass

- +
@@ -205,9 +229,7 @@ Additional Inherited Members

Constructor & Destructor Documentation

- -

◆ DecimalArray()

- +
@@ -264,9 +286,7 @@ Additional Inherited Members

Member Function Documentation

- -

◆ FormatValue()

- +
@@ -282,9 +302,7 @@ Additional Inherited Members - -

◆ IsNegative()

- +
@@ -300,9 +318,7 @@ Additional Inherited Members - -

◆ Slice()

- +
@@ -349,15 +365,15 @@ Additional Inherited Members
The documentation for this class was generated from the following files:
    -
  • /home/wesm/code/arrow/cpp/src/arrow/array.h
  • -
  • /home/wesm/code/arrow/cpp/src/arrow/array.cc
  • +
  • /home/uwe/Development/arrow/cpp/src/arrow/array.h
  • +
  • /home/uwe/Development/arrow/cpp/src/arrow/array.cc
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/d37aab64/docs/cpp/classarrow_1_1_decimal_builder-members.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_decimal_builder-members.html b/docs/cpp/classarrow_1_1_decimal_builder-members.html index 4f0bed8..aa2177e 100644 --- a/docs/cpp/classarrow_1_1_decimal_builder-members.html +++ b/docs/cpp/classarrow_1_1_decimal_builder-members.html @@ -3,8 +3,7 @@ - - +Apache Arrow (C++): Member List @@ -12,6 +11,9 @@ + @@ -30,19 +32,43 @@
- + - - - - + +
ArrayBuilder(MemoryPool *pool, const std::shared_ptr< DataType > &type)arrow::ArrayBuilderinlineexplicit byte_builder_arrow::FixedSizeBinaryBuilderprotected byte_width_arrow::FixedSizeBinaryBuilderprotected - capacity() constarrow::ArrayBuilderinline + capacity() const arrow::ArrayBuilderinline capacity_arrow::ArrayBuilderprotected child(int i)arrow::ArrayBuilderinline children_arrow::ArrayBuilderprotected @@ -90,19 +116,19 @@ $(function() { Finish(std::shared_ptr< Array > *out) overridearrow::DecimalBuildervirtual FixedSizeBinaryBuilder(MemoryPool *pool, const std::shared_ptr< DataType > &type)arrow::FixedSizeBinaryBuilder Init(int64_t capacity) overridearrow::DecimalBuildervirtual - length() constarrow::ArrayBuilderinline + length() const arrow::ArrayBuilderinline length_arrow::ArrayBuilderprotected - null_bitmap() constarrow::ArrayBuilderinline + null_bitmap() const arrow::ArrayBuilderinline null_bitmap_arrow::ArrayBuilderprotected null_bitmap_data_arrow::ArrayBuilderprotected - null_count() constarrow::ArrayBuilderinline + null_count() const arrow::ArrayBuilderinline null_count_arrow::ArrayBuilderprotected - num_children() constarrow::ArrayBuilderinline + num_children() const arrow::ArrayBuilderinline pool_arrow::ArrayBuilderprotected Reserve(int64_t elements)arrow::ArrayBuilder Resize(int64_t capacity) overridearrow::DecimalBuildervirtual SetNotNull(int64_t length)arrow::ArrayBuilder - type() constarrow::ArrayBuilderinline + type() const arrow::ArrayBuilderinline type_arrow::ArrayBuilderprotected UnsafeAppendToBitmap(bool is_valid)arrow::ArrayBuilderprotected UnsafeAppendToBitmap(const uint8_t *valid_bytes, int64_t length)arrow::ArrayBuilderprotected @@ -113,7 +139,7 @@ $(function() {