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 65D93200CE6 for ; Wed, 16 Aug 2017 22:54:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6423416994B; Wed, 16 Aug 2017 20:54:27 +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 BEF2416994C for ; Wed, 16 Aug 2017 22:54:22 +0200 (CEST) Received: (qmail 45893 invoked by uid 500); 16 Aug 2017 20:54:21 -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 45170 invoked by uid 99); 16 Aug 2017 20:54:20 -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; Wed, 16 Aug 2017 20:54:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E50BF5EDF; Wed, 16 Aug 2017 20:54:19 +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: Wed, 16 Aug 2017 20:54:39 -0000 Message-Id: In-Reply-To: <5f5849186c48461583477b0fdee445e7@git.apache.org> References: <5f5849186c48461583477b0fdee445e7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/51] [partial] arrow-site git commit: Update Java and C++ API docs archived-at: Wed, 16 Aug 2017 20:54:27 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7c942e5c/docs/cpp/classarrow_1_1_fixed_size_binary_array-members.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_fixed_size_binary_array-members.html b/docs/cpp/classarrow_1_1_fixed_size_binary_array-members.html index 5bf7c4d..391e506 100644 --- a/docs/cpp/classarrow_1_1_fixed_size_binary_array-members.html +++ b/docs/cpp/classarrow_1_1_fixed_size_binary_array-members.html @@ -82,7 +82,7 @@ $(function() { Equals(const std::shared_ptr< Array > &arr) constarrow::Array FixedSizeBinaryArray(const std::shared_ptr< internal::ArrayData > &data)arrow::FixedSizeBinaryArrayexplicit 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)arrow::FixedSizeBinaryArray - GetValue(int64_t i) constarrow::FixedSizeBinaryArray + GetValue(int64_t i) constarrow::FixedSizeBinaryArray IsNull(int64_t i) constarrow::Arrayinline length() constarrow::Arrayinline null_bitmap() constarrow::Arrayinline @@ -99,8 +99,8 @@ $(function() { raw_values() constarrow::FixedSizeBinaryArrayinline raw_values_arrow::PrimitiveArrayprotected SetData(const std::shared_ptr< internal::ArrayData > &data)arrow::FixedSizeBinaryArrayinlineprotected - Slice(int64_t offset, int64_t length) const overridearrow::FixedSizeBinaryArrayvirtual - arrow::PrimitiveArray::Slice(int64_t offset) constarrow::Array + Slice(int64_t offset, int64_t length) const overridearrow::FixedSizeBinaryArrayvirtual + arrow::PrimitiveArray::Slice(int64_t offset) constarrow::Array ToString() constarrow::Array type() constarrow::Arrayinline type_id() constarrow::Arrayinline http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7c942e5c/docs/cpp/classarrow_1_1_fixed_size_binary_array.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_fixed_size_binary_array.html b/docs/cpp/classarrow_1_1_fixed_size_binary_array.html index 2efb7e4..38dedaf 100644 --- a/docs/cpp/classarrow_1_1_fixed_size_binary_array.html +++ b/docs/cpp/classarrow_1_1_fixed_size_binary_array.html @@ -94,19 +94,19 @@ Public Types - + - - + + - - - + + + @@ -114,7 +114,7 @@ Public Member Functions - + @@ -156,10 +156,10 @@ Public Member Functions - - - - + + + + @@ -168,19 +168,19 @@ Public Member Functions

Public Member Functions

 FixedSizeBinaryArray (const std::shared_ptr< internal::ArrayData > &data)
 FixedSizeBinaryArray (const std::shared_ptr< internal::ArrayData > &data)
 
 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
 
const uint8_t * GetValue (int64_t i) const
 
int32_t byte_width () const
 
const uint8_t * raw_values () 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...
 
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::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)
 
 Does not account for any slice offset. More...
 
const uint8_t * raw_values () const
 Does not account for any slice offset. More...
 Return pointer to start of raw data. More...
 
- Public Member Functions inherited from arrow::Array
virtual ~Array ()=default
 
Status Accept (ArrayVisitor *visitor) const
 
std::shared_ptr< ArraySlice (int64_t offset) const
 Slice from offset until end of the array. More...
 
std::shared_ptr< internal::ArrayDatadata () const
std::shared_ptr< ArraySlice (int64_t offset) const
 Slice from offset until end of the array. More...
 
std::shared_ptr< internal::ArrayData > data () const
 
int num_fields () const
 
- + - + - + - +

Protected Member Functions

void SetData (const std::shared_ptr< internal::ArrayData > &data)
void SetData (const std::shared_ptr< internal::ArrayData > &data)
 
- Protected Member Functions inherited from arrow::PrimitiveArray
 PrimitiveArray ()
 
void SetData (const std::shared_ptr< internal::ArrayData > &data)
void SetData (const std::shared_ptr< internal::ArrayData > &data)
 
 PrimitiveArray (const std::shared_ptr< internal::ArrayData > &data)
 PrimitiveArray (const std::shared_ptr< internal::ArrayData > &data)
 
- Protected Member Functions inherited from arrow::Array
 Array ()
 
void SetData (const std::shared_ptr< internal::ArrayData > &data)
void SetData (const std::shared_ptr< internal::ArrayData > &data)
 Protected method for constructors. More...
 
@@ -192,7 +192,7 @@ Protected Attributes - + @@ -225,7 +225,7 @@ Protected Attributes - + @@ -317,14 +317,14 @@ Protected Attributes - -

◆ GetValue()

+ +

◆ GetValue()

const uint8_t * raw_values_
 
- Protected Attributes inherited from arrow::Array
std::shared_ptr< internal::ArrayDatadata_
std::shared_ptr< internal::ArrayData > data_
 
const uint8_t * null_bitmap_data_
 
arrow::FixedSizeBinaryArray::FixedSizeBinaryArray (const std::shared_ptr< internal::ArrayData > & const std::shared_ptr< internal::ArrayData > &  data)
- + @@ -372,7 +372,7 @@ Protected Attributes - + @@ -386,8 +386,8 @@ Protected Attributes - -

◆ Slice()

+ +

◆ Slice()

@@ -396,7 +396,7 @@ Protected Attributes
+ + @@ -108,8 +110,8 @@ Public Member Functions - - + + @@ -150,10 +152,10 @@ Protected Attributes - - + + @@ -181,7 +183,7 @@ Additional Inherited Members
const uint8_t * arrow::FixedSizeBinaryArray::GetValue const uint8_t* arrow::FixedSizeBinaryArray::GetValue ( int64_t  i)
void arrow::FixedSizeBinaryArray::SetData (const std::shared_ptr< internal::ArrayData > & const std::shared_ptr< internal::ArrayData > &  data)
- + @@ -457,9 +457,8 @@ Protected Attributes -
The documentation for this class was generated from the following files:
    +
    The documentation for this class was generated from the following file:
    • /home/wesm/code/arrow/cpp/src/arrow/array.h
    • -
    • /home/wesm/code/arrow/cpp/src/arrow/array.cc
    http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7c942e5c/docs/cpp/classarrow_1_1_fixed_size_binary_builder-members.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_fixed_size_binary_builder-members.html b/docs/cpp/classarrow_1_1_fixed_size_binary_builder-members.html index 3faf770..1dcdc62 100644 --- a/docs/cpp/classarrow_1_1_fixed_size_binary_builder-members.html +++ b/docs/cpp/classarrow_1_1_fixed_size_binary_builder-members.html @@ -77,7 +77,7 @@ $(function() {
- + @@ -86,27 +86,28 @@ $(function() { - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
std::shared_ptr< Array > arrow::FixedSizeBinaryArray::Slice std::shared_ptr<Array> arrow::FixedSizeBinaryArray::Slice ( int64_t  offset,
AppendNull()arrow::FixedSizeBinaryBuilder
AppendToBitmap(bool is_valid)arrow::ArrayBuilder
AppendToBitmap(const uint8_t *valid_bytes, int64_t length)arrow::ArrayBuilder
ArrayBuilder(MemoryPool *pool, const std::shared_ptr< DataType > &type)arrow::ArrayBuilderinlineexplicit
ArrayBuilder(const std::shared_ptr< DataType > &type, MemoryPool *pool)arrow::ArrayBuilderinlineexplicit
byte_builder_arrow::FixedSizeBinaryBuilderprotected
byte_width_arrow::FixedSizeBinaryBuilderprotected
capacity() constarrow::ArrayBuilderinline
children_arrow::ArrayBuilderprotected
Finish(std::shared_ptr< Array > *out) overridearrow::FixedSizeBinaryBuildervirtual
FixedSizeBinaryBuilder(MemoryPool *pool, const std::shared_ptr< DataType > &type)arrow::FixedSizeBinaryBuilder
Init(int64_t elements) overridearrow::FixedSizeBinaryBuildervirtual
length() constarrow::ArrayBuilderinline
length_arrow::ArrayBuilderprotected
null_bitmap() constarrow::ArrayBuilderinline
null_bitmap_arrow::ArrayBuilderprotected
null_bitmap_data_arrow::ArrayBuilderprotected
null_count() constarrow::ArrayBuilderinline
null_count_arrow::ArrayBuilderprotected
num_children() constarrow::ArrayBuilderinline
pool_arrow::ArrayBuilderprotected
Reserve(int64_t elements)arrow::ArrayBuilder
Reset()arrow::ArrayBuilderprotected
Resize(int64_t capacity) overridearrow::FixedSizeBinaryBuildervirtual
SetNotNull(int64_t length)arrow::ArrayBuilder
type() constarrow::ArrayBuilderinline
type_arrow::ArrayBuilderprotected
UnsafeAppendToBitmap(bool is_valid)arrow::ArrayBuilderinlineprotected
UnsafeAppendToBitmap(const uint8_t *valid_bytes, int64_t length)arrow::ArrayBuilderprotected
UnsafeSetNotNull(int64_t length)arrow::ArrayBuilderprotected
value_data_length() constarrow::FixedSizeBinaryBuilderinline
~ArrayBuilder()=defaultarrow::ArrayBuildervirtual
FixedSizeBinaryBuilder(const std::shared_ptr< DataType > &type, MemoryPool *pool=default_memory_pool())arrow::FixedSizeBinaryBuilder
Init(int64_t elements) overridearrow::FixedSizeBinaryBuildervirtual
length() constarrow::ArrayBuilderinline
length_arrow::ArrayBuilderprotected
null_bitmap() constarrow::ArrayBuilderinline
null_bitmap_arrow::ArrayBuilderprotected
null_bitmap_data_arrow::ArrayBuilderprotected
null_count() constarrow::ArrayBuilderinline
null_count_arrow::ArrayBuilderprotected
num_children() constarrow::ArrayBuilderinline
pool_arrow::ArrayBuilderprotected
Reserve(int64_t elements)arrow::ArrayBuilder
Reset()arrow::ArrayBuilderprotected
Resize(int64_t capacity) overridearrow::FixedSizeBinaryBuildervirtual
SetNotNull(int64_t length)arrow::ArrayBuilder
type() constarrow::ArrayBuilderinline
type_arrow::ArrayBuilderprotected
UnsafeAppendToBitmap(bool is_valid)arrow::ArrayBuilderinlineprotected
UnsafeAppendToBitmap(const uint8_t *valid_bytes, int64_t length)arrow::ArrayBuilderprotected
UnsafeSetNotNull(int64_t length)arrow::ArrayBuilderprotected
value_data_length() constarrow::FixedSizeBinaryBuilderinline
~ArrayBuilder()=defaultarrow::ArrayBuildervirtual
 FixedSizeBinaryBuilder (MemoryPool *pool, const std::shared_ptr< DataType > &type)
 
 FixedSizeBinaryBuilder (const std::shared_ptr< DataType > &type, MemoryPool *pool=default_memory_pool())
 
Status Append (const uint8_t *value)
 
Status Append (const uint8_t *data, int64_t length, const uint8_t *valid_bytes=nullptr)
int64_t value_data_length () const
 
- Public Member Functions inherited from arrow::ArrayBuilder
 ArrayBuilder (MemoryPool *pool, const std::shared_ptr< DataType > &type)
 
 ArrayBuilder (const std::shared_ptr< DataType > &type, MemoryPool *pool)
 
virtual ~ArrayBuilder ()=default
 
ArrayBuilderchild (int i)
BufferBuilder byte_builder_
 
- Protected Attributes inherited from arrow::ArrayBuilder
MemoryPoolpool_
 
std::shared_ptr< DataTypetype_
 
MemoryPoolpool_
 
std::shared_ptr< PoolBuffernull_bitmap_
 
int64_t null_count_

Constructor & Destructor Documentation

-

◆ FixedSizeBinaryBuilder()

+

◆ FixedSizeBinaryBuilder() [1/2]

@@ -205,6 +207,35 @@ Additional Inherited Members
+
Deprecated:
Since 0.6.0
+ +
+
+ +

◆ FixedSizeBinaryBuilder() [2/2]

+ +
+
+ + + + + + + + + + + + + + + + + + +
arrow::FixedSizeBinaryBuilder::FixedSizeBinaryBuilder (const std::shared_ptr< DataType > & type,
MemoryPoolpool = default_memory_pool() 
)
+
@@ -356,7 +387,7 @@ Additional Inherited Members

Allocates initial capacity requirements for the builder.

In most cases subclasses should override and call their parent class's method as well.

-

Reimplemented from arrow::ArrayBuilder.

+

Reimplemented from arrow::ArrayBuilder.

Reimplemented in arrow::DecimalBuilder.

@@ -389,7 +420,7 @@ Additional Inherited Members

Resizes the null_bitmap array.

In most cases subclasses should override and call their parent class's method as well.

-

Reimplemented from arrow::ArrayBuilder.

+

Reimplemented from arrow::ArrayBuilder.

Reimplemented in arrow::DecimalBuilder.

@@ -466,9 +497,8 @@ Additional Inherited Members -
The documentation for this class was generated from the following files: