Skip to content
Query.Farm
Talk with Us

How-to guides

Focused guides that each walk through one task end to end. Each assumes you’ve finished the tutorial and can already build and run a worker.

  • Function patterns — scalar, table, table-in-out, aggregate and buffering, with a complete worker for each. (Start here.)
  • Running a worker — the JVM flags that are not optional, why launch: matters, the four transports, and the shared-memory path on JDK 22+.
  • Expose a catalog — present the worker as a database: schemas, function-backed tables, views.
  • New here? Start with the tutorial.
  • Want the “why” behind the API? See Concepts — shared across every SDK.
  • Need exact signatures? See the API Reference.