Skip to main content

delta_table_test.go - Overview

  1. Overview This file contains unit tests for the functions defined in delta_table.go. The tests verify the correctness of the generated ClickHouse queries for different scenarios.

  2. Detailed Documentation

TestPanelTableForDelta(t *testing.T)

  • Purpose: Tests the buildDeltaMetricQueryForTable function with different scenarios.
  • Parameters:
    • t (*testing.T): The testing object.
  • Returns: None

Include in Getting Started: NO