›Common object definitions

Get started

  • Introduction to Imply Polaris
  • Quickstart
  • Navigate the console
  • Key concepts

Data

  • Overview
  • Create a schema
  • Data partitioning
  • Introduction to rollup
  • Replace data
  • Supported data formats

Analytics

  • Overview
  • Manage data cubes
  • Visualize data
  • Dimensions
  • Measures
  • Dashboards
  • Visualizations reference
  • Query data

Monitoring

  • Overview

Management

  • Overview

Billing

  • Overview
  • Polaris plans
  • Estimate project costs
  • Manage billing and payments

Security

  • Overview
  • Add users to an organization
  • User roles reference
  • Manage user groups
  • Enable SSO
  • SSO settings reference

Developer guide

  • Overview
  • Authenticate API requests
  • Create a table
  • Get table ID
  • Define a schema
  • Upload files
  • Ingest to table
  • Push event data
  • Query data
  • Link to BI tools
  • Connect over JDBC

API reference

  • Overview
  • Reference index
  • Events API
  • Files API
  • Ingestion Jobs API
  • Ingestion Templates API
  • Performance API
  • Query API
  • Tables API
  • Common object definitions

    • Table
    • TableRequest
    • RollupSchema
    • IngestionJobSpec
    • CsvFormatSettings
    • JsonFormatSettings
    • TimestampMapping

Product info

  • Release notes
  • Known limitations

RollupSchema

Specification for rollup that can be supplied in a table request.

Properties

dimensions

Array[String]

An array of dimension columns.

measures

Array

An array of measure columns. Specify each item in the array as a JSON object having the following properties:

  • type: The type of the measure. Possible values: count, min, max, sum.
  • name: The name of the measure.
  • baseColumn: An optional property describing the name of the column on which to apply this measure definition.

timeResolution

String

Possible values: millisecond, second, minute, fifteen_minute, thirty_minute, hour, day, week, month, quarter, year

Default: millisecond

The time chunking granularity for this table.

← TableRequestIngestionJobSpec →
  • Properties
    • dimensions
    • measures
    • timeResolution
Key links
Try ImplyApache Druid siteImply GitHub
Get help
Stack OverflowSupportContact us
Learn more
BlogApache Druid docs
Copyright © 2022 Imply Data, Inc