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 35D64200C7E for ; Tue, 23 May 2017 23:25:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 34796160BDA; Tue, 23 May 2017 21:25:11 +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 B6488160BF1 for ; Tue, 23 May 2017 23:25:05 +0200 (CEST) Received: (qmail 59186 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 58481 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 5CC73DFAEB; 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:31 -0000 Message-Id: In-Reply-To: <989ea84a85c44534a0605f0217472594@git.apache.org> References: <989ea84a85c44534a0605f0217472594@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/51] [partial] arrow-site git commit: Update C++ docs archived-at: Tue, 23 May 2017 21:25:11 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_date64_type.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_date64_type.html b/docs/cpp/classarrow_1_1_date64_type.html index fc548b5..287b7d0 100644 --- a/docs/cpp/classarrow_1_1_date64_type.html +++ b/docs/cpp/classarrow_1_1_date64_type.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): arrow::Date64Type Class Reference + - @@ -21,7 +20,7 @@ -
+
Apache Arrow (C++)
A columnar in-memory analytics layer designed to accelerate big data.
@@ -31,49 +30,25 @@
- + - - + + + + +
@@ -131,29 +106,28 @@ Public Member Functions std::string ToString () const override   - Public Member Functions inherited from arrow::DateType -DateUnit unit () const -  +DateUnit unit () const +  - Public Member Functions inherited from arrow::FixedWidthType 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 +  @@ -168,7 +142,7 @@ Static Public Attributes - + @@ -176,14 +150,15 @@ Additional Inherited Members - +

Static Public Member Functions

Additional Inherited Members

- Protected Member Functions inherited from arrow::DateType
 DateType (Type::type type_id, DateUnit unit)
 DateType (Type::type type_id, DateUnit unit)
 
- Protected Attributes inherited from arrow::DateType
DateUnit unit_
- Protected Attributes inherited from arrow::DataType
Type::type id_
 
std::vector< std::shared_ptr
-< Field > > 
children_
std::vector< std::shared_ptr< Field > > children_
 

Detailed Description

Date as int64_t milliseconds since UNIX epoch.

Member Typedef Documentation

- + +

◆ c_type

+
@@ -196,7 +171,9 @@ Additional Inherited Members

Constructor & Destructor Documentation

- + +

◆ Date64Type()

+
@@ -212,7 +189,9 @@ Additional Inherited Members

Member Function Documentation

- + +

◆ Accept()

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

◆ bit_width()

+
@@ -263,7 +244,9 @@ Additional Inherited Members - + +

◆ name()

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

◆ ToString()

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

Member Data Documentation

- + +

◆ type_id

+
@@ -341,7 +328,7 @@ Additional Inherited Members http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_date_type-members.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_date_type-members.html b/docs/cpp/classarrow_1_1_date_type-members.html index 651599f..c70d6d4 100644 --- a/docs/cpp/classarrow_1_1_date_type-members.html +++ b/docs/cpp/classarrow_1_1_date_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 @@
- + - - + + + + +
@@ -97,19 +72,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); - - + + - - + + - + - + - +
Accept(TypeVisitor *visitor) const =0arrow::DataTypepure virtual
bit_width() const =0arrow::FixedWidthTypepure virtual
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
DateType(Type::type type_id, DateUnit unit)arrow::DateTypeprotected
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::FixedWidthTypevirtual
id() const arrow::DataTypeinline
id() constarrow::DataTypeinline
id_arrow::DataTypeprotected
num_children() const arrow::DataTypeinline
num_children() constarrow::DataTypeinline
ToString() const =0arrow::DataTypepure virtual
unit() const arrow::DateTypeinline
unit() constarrow::DateTypeinline
unit_arrow::DateTypeprotected
~DataType()arrow::DataTypevirtual
@@ -117,7 +92,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_date_type.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_date_type.html b/docs/cpp/classarrow_1_1_date_type.html index 39a91b5..f7ca95b 100644 --- a/docs/cpp/classarrow_1_1_date_type.html +++ b/docs/cpp/classarrow_1_1_date_type.html @@ -3,16 +3,15 @@ - + + Apache Arrow (C++): arrow::DateType Class Reference + - @@ -21,7 +20,7 @@ -
+
Apache Arrow (C++)
A columnar in-memory analytics layer designed to accelerate big data.
@@ -31,49 +30,25 @@
- + - - + + + + +
@@ -114,39 +89,38 @@ Inheritance diagram for arrow::DateType:
- - + + - + - - - - - - - - - - + + + + + + + + + + - - + +

Public Member Functions

DateUnit unit () const
 
DateUnit unit () const
 
- Public Member Functions inherited from arrow::FixedWidthType
virtual int bit_width () const =0
 
std::vector< BufferDescrGetBufferLayout () const override
 
- Public Member Functions inherited from arrow::DataType
 DataType (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
 
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
 
virtual Status Accept (TypeVisitor *visitor) const =0
 
virtual std::string ToString () const =0
 
Type::type id () const
 
Type::type id () const
 
- +

Protected Member Functions

 DateType (Type::type type_id, DateUnit unit)
 DateType (Type::type type_id, DateUnit unit)
 
- +

@@ -156,12 +130,13 @@ Protected Attributes

- 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

- + +

◆ DateType()

+
@@ -196,7 +171,9 @@ Protected Attributes

Member Function Documentation

- + +

◆ unit()

+
@@ -220,7 +197,9 @@ Protected Attributes

Member Data Documentation

- + +

◆ unit_

+
@@ -249,7 +228,7 @@ Protected Attributes http://git-wip-us.apache.org/repos/asf/arrow-site/blob/5875f2bc/docs/cpp/classarrow_1_1_decimal_array-members.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1_decimal_array-members.html b/docs/cpp/classarrow_1_1_decimal_array-members.html index eb46b3a..4b01425 100644 --- a/docs/cpp/classarrow_1_1_decimal_array-members.html +++ b/docs/cpp/classarrow_1_1_decimal_array-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 @@
- + - - + + + + +
@@ -95,51 +70,50 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

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

- - - + + + - + - + - - + + - - - - - + + + + + - + - + - + - + - - - + + + - - + + - + - - +
Accept(ArrayVisitor *visitor) const arrow::Array
ApproxEquals(const std::shared_ptr< Array > &arr) const arrow::Array
ApproxEquals(const Array &arr) const arrow::Array
Accept(ArrayVisitor *visitor) constarrow::Array
ApproxEquals(const std::shared_ptr< Array > &arr) constarrow::Array
ApproxEquals(const Array &arr) constarrow::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)arrow::Array
byte_width() const arrow::FixedSizeBinaryArrayinline
byte_width() constarrow::FixedSizeBinaryArrayinline
byte_width_arrow::FixedSizeBinaryArrayprotected
data() const arrow::PrimitiveArrayinline
data() constarrow::PrimitiveArrayinline
data_arrow::PrimitiveArrayprotected
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)arrow::DecimalArray
Equals(const Array &arr) const arrow::Array
Equals(const std::shared_ptr< Array > &arr) const arrow::Array
Equals(const Array &arr) constarrow::Array
Equals(const std::shared_ptr< Array > &arr) constarrow::Array
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
FormatValue(int64_t i) const arrow::DecimalArray
GetValue(int64_t i) const arrow::FixedSizeBinaryArray
IsNegative(int64_t i) const arrow::DecimalArray
IsNull(int64_t i) const arrow::Arrayinline
length() const arrow::Arrayinline
FormatValue(int64_t i) constarrow::DecimalArray
GetValue(int64_t i) constarrow::FixedSizeBinaryArray
IsNegative(int64_t i) constarrow::DecimalArray
IsNull(int64_t i) constarrow::Arrayinline
length() constarrow::Arrayinline
length_arrow::Arrayprotected
null_bitmap() const arrow::Arrayinline
null_bitmap() constarrow::Arrayinline
null_bitmap_arrow::Arrayprotected
null_bitmap_data() const arrow::Arrayinline
null_bitmap_data() constarrow::Arrayinline
null_bitmap_data_arrow::Arrayprotected
null_count() const arrow::Array
null_count() constarrow::Array
null_count_arrow::Arraymutableprotected
offset() const arrow::Arrayinline
offset() constarrow::Arrayinline
offset_arrow::Arrayprotected
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)arrow::PrimitiveArray
RangeEquals(int64_t start_idx, int64_t end_idx, int64_t other_start_idx, const std::shared_ptr< Array > &other) const arrow::Array
RangeEquals(const Array &other, int64_t start_idx, int64_t end_idx, int64_t other_start_idx) const arrow::Array
raw_data() const arrow::FixedSizeBinaryArrayinline
RangeEquals(int64_t start_idx, int64_t end_idx, int64_t other_start_idx, const std::shared_ptr< Array > &other) constarrow::Array
RangeEquals(const Array &other, int64_t start_idx, int64_t end_idx, int64_t other_start_idx) constarrow::Array
raw_data() constarrow::FixedSizeBinaryArrayinline
raw_data_arrow::PrimitiveArrayprotected
Slice(int64_t offset, int64_t length) const overridearrow::DecimalArrayvirtual
arrow::PrimitiveArray::Slice(int64_t offset) const arrow::Array
type() const arrow::Arrayinline
arrow::PrimitiveArray::Slice(int64_t offset) constarrow::Array
type() constarrow::Arrayinline
type_arrow::Arrayprotected
type_id() const arrow::Arrayinline
type_id() constarrow::Arrayinline
TypeClass typedefarrow::DecimalArray
Validate() const arrow::Arrayvirtual
~Array()=defaultarrow::Arrayvirtual
~Array()=defaultarrow::Arrayvirtual