All Products
Search
Document Center

MaxCompute:Functions for unstructured data

Last Updated:Sep 23, 2025

MaxCompute can access unstructured data and its metadata stored in data warehouses or data lakes. This topic describes the functions that MaxCompute provides for processing unstructured data.

Use Object Tables and OSS object processing functions

MaxCompute provides the Object Table feature. This feature enables the compute engine to access unstructured data and its metadata stored in Object Storage Service (OSS). MaxCompute also provides functions to process data in OSS files. For more information, see OBJECT TABLE definition.

Function

Features

GET_DATA_FROM_OSS

Reads all or part of an object and returns the content in binary format.

GET_SIGNED_URL_FROM_OSS

Generates a signed URL to download or upload data from OSS. This URL lets users directly read from or write to OSS files using the HTTP protocol.