MixedMeasureMapping

MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the derived table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Refers to the value of measure_name in a result row. This field is required if MeasureNameColumn is provided.

Link copied to clipboard

Type of the value that is to be read from sourceColumn. If the mapping is for MULTI, use MeasureValueType.MULTI.

Link copied to clipboard

Required when measureValueType is MULTI. Attribute mappings for MULTI value measures.

Link copied to clipboard

This field refers to the source column from which measure-value is to be read for result materialization.

Link copied to clipboard

Target measure name to be used. If not provided, the target measure name by default would be measure-name if provided, or sourceColumn otherwise.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String