Map Tile/File
When UDFs are called, they run and return the output of the execution. They can be called in two ways that influence how Fused handles them: File and Tile.
When UDFs are called, they run and return the output of the execution. They can be called in two ways that influence how Fused handles them: File and Tile.
All UDFs have a secure HTTP endpoint callable via a web request or fused.run that is authorized with a shared or private token. The endpoint's response may be cached and have its type specified.
Fused is a data analytics platform to write and deploy Python User Defined Functions (UDFs) behind HTTP endpoints and interactive applications.
Follow these steps to write a User Defined Function (UDF).