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 92C83200C7E for ; Tue, 23 May 2017 23:25:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9196A160BDB; Tue, 23 May 2017 21:25:08 +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 6257C160BE5 for ; Tue, 23 May 2017 23:25:05 +0200 (CEST) Received: (qmail 58738 invoked by uid 500); 23 May 2017 21:25:04 -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 58279 invoked by uid 99); 23 May 2017 21:25:04 -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, 23 May 2017 21:25:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 031C9F2188; Tue, 23 May 2017 21:25:04 +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: Tue, 23 May 2017 21:25:13 -0000 Message-Id: <4881255e179247f892cd7c345c904af0@git.apache.org> In-Reply-To: <989ea84a85c44534a0605f0217472594@git.apache.org> References: <989ea84a85c44534a0605f0217472594@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/51] [partial] arrow-site git commit: Update C++ docs archived-at: Tue, 23 May 2017 21:25:08 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_null_array.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_null_array.html b/docs/cpp/classarrow_1_1_null_array.html index e431a29..f99fb04 100644 --- a/docs/cpp/classarrow_1_1_null_array.html +++ b/docs/cpp/classarrow_1_1_null_array.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): arrow::NullArray Class Reference + - @@ -21,7 +20,7 @@ -
+
Apache Arrow (C++)
A columnar in-memory analytics layer designed to accelerate big data.
@@ -31,49 +30,25 @@
- + - - + + + + +
@@ -118,59 +93,56 @@ Public Types - + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 NullArray (int64_t length)
 NullArray (int64_t length)
 
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::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
 
virtual Status Validate () const
 Determines if the array is internally consistent. More...
 
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...
 
@@ -191,7 +163,9 @@ Additional Inherited Members

Detailed Description

Degenerate null type Array.

Member Typedef Documentation

- + +

◆ TypeClass

+

Additional Inherited Members

@@ -204,7 +178,9 @@ Additional Inherited Members

Constructor & Destructor Documentation

- + +

◆ NullArray()

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

Member Function Documentation

- + +

◆ Slice()

+
@@ -284,7 +262,7 @@ Additional Inherited Members http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_null_type-members.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_null_type-members.html b/docs/cpp/classarrow_1_1_null_type-members.html index 5c6926a..eea6f01 100644 --- a/docs/cpp/classarrow_1_1_null_type-members.html +++ b/docs/cpp/classarrow_1_1_null_type-members.html @@ -3,16 +3,15 @@ - + +Apache Arrow (C++): Member List + - @@ -21,7 +20,7 @@
-
+
Apache Arrow (C++)
A columnar in-memory analytics layer designed to accelerate big data.
@@ -31,49 +30,25 @@
- + - - + + + + +
@@ -96,18 +71,18 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

This is the complete list of members for arrow::NullType, including all inherited members.

- - + + - - + + - + - + @@ -116,7 +91,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_null_type.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_null_type.html b/docs/cpp/classarrow_1_1_null_type.html index 4755a46..2f82308 100644 --- a/docs/cpp/classarrow_1_1_null_type.html +++ b/docs/cpp/classarrow_1_1_null_type.html @@ -3,16 +3,15 @@ - + +Apache Arrow (C++): arrow::NullType Class Reference + - @@ -21,7 +20,7 @@
Accept(TypeVisitor *visitor) const overridearrow::NullTypevirtual
child(int i) const arrow::DataTypeinline
children() const arrow::DataTypeinline
child(int i) constarrow::DataTypeinline
children() constarrow::DataTypeinline
children_arrow::DataTypeprotected
DataType(Type::type id)arrow::DataTypeinlineexplicit
Equals(const DataType &other) const arrow::DataTypevirtual
Equals(const std::shared_ptr< DataType > &other) const arrow::DataType
Equals(const DataType &other) constarrow::DataTypevirtual
Equals(const std::shared_ptr< DataType > &other) constarrow::DataType
GetBufferLayout() const overridearrow::NullTypevirtual
id() const arrow::DataTypeinline
id() constarrow::DataTypeinline
id_arrow::DataTypeprotected
name()arrow::NullTypeinlinestatic
NullType()arrow::NullTypeinline
num_children() const arrow::DataTypeinline
num_children() constarrow::DataTypeinline
ToString() const overridearrow::NullTypevirtual
type_idarrow::NullTypestatic
~DataType()arrow::DataTypevirtual
-
+
Apache Arrow (C++)
A columnar in-memory analytics layer designed to accelerate big data.
@@ -31,49 +30,25 @@
- + - - + + + + +
@@ -121,23 +96,22 @@ Public Member Functions std::vector< BufferDescrGetBufferLayout () const override   - Public Member Functions inherited from arrow::DataTypeDataType (Type::type id) + DataType (Type::type id)   virtual ~DataType ()   -virtual bool Equals (const DataType &other) const -  -bool Equals (const std::shared_ptr< DataType > &other) const -  -std::shared_ptr< Fieldchild (int i) const -  -const std::vector
-< std::shared_ptr< Field > > & children () const -  -int num_children () const -  -Type::type id () const -  +virtual bool Equals (const DataType &other) const +  +bool Equals (const std::shared_ptr< DataType > &other) const +  +std::shared_ptr< Fieldchild (int i) const +  +const std::vector< std::shared_ptr< Field > > & children () const +  +int num_children () const +  +Type::type id () const +  @@ -154,12 +128,13 @@ Additional Inherited Members - +

Static Public Member Functions

- Protected Attributes inherited from arrow::DataType
Type::type id_
 
std::vector< std::shared_ptr
-< Field > > 
children_
std::vector< std::shared_ptr< Field > > children_
 

Constructor & Destructor Documentation

- + +

◆ NullType()

+
@@ -183,7 +158,9 @@ Additional Inherited Members

Member Function Documentation

- + +

◆ Accept()

+
@@ -209,7 +186,9 @@ Additional Inherited Members - + +

◆ GetBufferLayout()

+
@@ -234,7 +213,9 @@ Additional Inherited Members - + +

◆ name()

+
@@ -257,7 +238,9 @@ Additional Inherited Members - + +

◆ ToString()

+
@@ -283,7 +266,9 @@ Additional Inherited Members

Member Data Documentation

- + +

◆ type_id

+
@@ -312,7 +297,7 @@ Additional Inherited Members