Apache Druid · Schema

SqlQueryRequest

Request body for the Apache Druid SQL query API (POST /druid/v2/sql).

AnalyticsApacheDatabaseKafkaOLAPOpen SourceReal-TimeSQLTime Series

Properties

Name Type Description
query string SQL query string to execute.
resultFormat string Format for the query results.
header boolean Whether to return column names in the first row (for array/objectLines formats).
typesHeader boolean Whether to include column data types in a header row.
sqlTypesHeader boolean Whether to include SQL type names in a header row.
context object Query context parameters for controlling execution behavior.
parameters array Parameterized query values.
View JSON Schema on GitHub