Return-Path: X-Original-To: apmail-arrow-dev-archive@minotaur.apache.org Delivered-To: apmail-arrow-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 816221961A for ; Tue, 12 Apr 2016 23:21:27 +0000 (UTC) Received: (qmail 76424 invoked by uid 500); 12 Apr 2016 23:21:25 -0000 Delivered-To: apmail-arrow-dev-archive@arrow.apache.org Received: (qmail 76349 invoked by uid 500); 12 Apr 2016 23:21:25 -0000 Mailing-List: contact dev-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 dev@arrow.apache.org Received: (qmail 76313 invoked by uid 99); 12 Apr 2016 23:21:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 23:21:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 926722C14E1 for ; Tue, 12 Apr 2016 23:21:25 +0000 (UTC) Date: Tue, 12 Apr 2016 23:21:25 +0000 (UTC) From: "Philipp Moritz (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ARROW-100) Keeping track of final object sizes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARROW-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Moritz updated ARROW-100: --------------------------------- Description: Hi, thank you guys for this project, I'm really enjoying what I've seen so far! There is an unimplemented method for getting the total size of objects: int64_t GetRowBatchSize(const RowBatch* batch); Has somebody already started to implement it or thought about how to do it? It could be done by recursively adding up all the involved buffer sizes, build the metadata and add its size. Let me know if you want me to create a draft of the implementation. -- Philipp. was: Hi, thank you guys for this project, I'm really enjoying what I've seen so far! There is an unimplemented method for getting the total size of object references: int64_t GetRowBatchSize(const RowBatch* batch); Has somebody already started to implement it or thought about how to do it? It could be done by recursively adding up all the involved buffer sizes, build the metadata and add its size. Let me know if you want me to create a draft of the implementation. -- Philipp. > Keeping track of final object sizes > ----------------------------------- > > Key: ARROW-100 > URL: https://issues.apache.org/jira/browse/ARROW-100 > Project: Apache Arrow > Issue Type: New Feature > Components: C++ > Reporter: Philipp Moritz > > Hi, > thank you guys for this project, I'm really enjoying what I've seen so far! > There is an unimplemented method for getting the total size of objects: > int64_t GetRowBatchSize(const RowBatch* batch); > Has somebody already started to implement it or thought about how to do it? > It could be done by recursively adding up all the involved buffer sizes, build the metadata and add its size. Let me know if you want me to create a draft of the implementation. > -- Philipp. -- This message was sent by Atlassian JIRA (v6.3.4#6332)