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 9EBA7200CE6 for ; Wed, 16 Aug 2017 22:54:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D55116996D; Wed, 16 Aug 2017 20:54:24 +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 39D5116995D for ; Wed, 16 Aug 2017 22:54:23 +0200 (CEST) Received: (qmail 46288 invoked by uid 500); 16 Aug 2017 20:54:22 -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 45466 invoked by uid 99); 16 Aug 2017 20:54:21 -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:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D54BAF5EF1; 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:57 -0000 Message-Id: <5c590ad60b5d4bed8656547569a419f3@git.apache.org> In-Reply-To: <5f5849186c48461583477b0fdee445e7@git.apache.org> References: <5f5849186c48461583477b0fdee445e7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/51] [partial] arrow-site git commit: Update Java and C++ API docs archived-at: Wed, 16 Aug 2017 20:54:24 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7c942e5c/docs/cpp/bit-util_8h.html ---------------------------------------------------------------------- diff --git a/docs/cpp/bit-util_8h.html b/docs/cpp/bit-util_8h.html index c4468a0..2ef295a 100644 --- a/docs/cpp/bit-util_8h.html +++ b/docs/cpp/bit-util_8h.html @@ -64,7 +64,6 @@ $(function() {
@@ -82,25 +81,10 @@ $(function() {

Go to the source code of this file.

- - - - - - - - - - - -

-Classes

struct  arrow::make_unsigned< T >
 
struct  arrow::make_unsigned< int8_t >
 
struct  arrow::make_unsigned< int16_t >
 
struct  arrow::make_unsigned< int32_t >
 
struct  arrow::make_unsigned< int64_t >
 
- - - +

Namespaces

 arrow
 Public API for the "Feather" file format, originally created at http://github.com/wesm/feather.
 
 arrow::BitUtil
 Top-level namespace for Apache Arrow C++ API.
 

@@ -116,23 +100,16 @@ Macros

- - - - - - - - - - - - - - - - - + + + + + + + + + +

Functions

int64_t arrow::BitUtil::RoundUp (int64_t value, int64_t factor)
 Returns 'value' rounded up to the nearest multiple of 'factor'. More...
 
void arrow::BitUtil::FillBitsFromBytes (const std::vector< uint8_t > &bytes, uint8_t *bits)
 
ARROW_EXPORT Status arrow::BitUtil::BytesToBits (const std::vector< uint8_t > &, std::shared_ptr< Buffer > *)
 
Status arrow::GetEmptyBitmap (MemoryPool *pool, int64_t length, std::shared_ptr< MutableBuffer > *result)
 
Status arrow::CopyBitmap (MemoryPool *pool, const uint8_t *bitmap, int64_t offset, int64_t length, std::shared_ptr< Buffer > *out)
 Copy a bit range of an existing bitmap. More...
 
int64_t arrow::CountSetBits (const uint8_t *data, int64_t bit_offset, int64_t length)
 Compute the number of 1's in the given data array. More...
 
bool arrow::BitmapEquals (const uint8_t *left, int64_t left_offset, const uint8_t *right, int64_t right_offset, int64_t bit_length)
 
Status arrow::GetEmptyBitmap (MemoryPool *pool, int64_t length, std::shared_ptr< MutableBuffer > *result)
 
Status arrow::CopyBitmap (MemoryPool *pool, const uint8_t *bitmap, int64_t offset, int64_t length, std::shared_ptr< Buffer > *out)
 Copy a bit range of an existing bitmap. More...
 
int64_t arrow::CountSetBits (const uint8_t *data, int64_t bit_offset, int64_t length)
 Compute the number of 1's in the given data array. More...
 
bool arrow::BitmapEquals (const uint8_t *left, int64_t left_offset, const uint8_t *right, int64_t right_offset, int64_t bit_length)
 

Macro Definition Documentation