• Preparing search index...
  • The search index is not available
@honua/sdk-js
  • @honua/sdk-js
  • geoparquet
  • compileAggregate

Function compileAggregate

  • compileAggregate(query, options): CompiledSql
  • Experimental

    Compile an AggregationSpec into a GROUP BY SELECT. Group-by fields are echoed in the projection (so the returned rows carry the group key), followed by each metric expression aliased to its alias (or fn_field).

    Parameters

    • query: Query<Record<string, unknown>> & {
          aggregation: AggregationSpec;
      }
    • options: CompileOptions

    Returns CompiledSql

    • Defined in work/honua-sdk-js/honua-sdk-js/src/core/geoparquet-sql.ts:361

Settings

Member Visibility
@honua/sdk-js
  • Loading...

Generated using TypeDoc