У нас вы можете посмотреть бесплатно Using Meson to Integrate Apache Arrow C++ Into Your Project или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Apache Arrow is a transformational library in the analytics space, but building applications on top of it has historically not always been that straightforward. Recent improvements to implement the Meson build system and distribute Apache Arrow through Meson's Wrap system have recently made it far easier to build on top of the Apache Arrow C++ code base. In this video, I show you how easy it is to get up and running with a sample application that includes and links against Apache Arrow, all within very few lines of code. 00:00 - Introduction 01:00 - Project setup and configuration 01:30 - Including Arrow as a dependency 02:55 - Installing Wrap files locally 03:40 - Declaring an executable 04:20 - Code to create and print an Arrow array 04:40 - Setting up and compiling the project 05:34 - Running our executable