github.com/ydb-platform/ydb-go-sdk/v3@v3.89.2/table/stats/stats.go (about)

     1  package stats
     2  
     3  import (
     4  	"github.com/ydb-platform/ydb-go-sdk/v3/internal/stats"
     5  )
     6  
     7  // QueryPhase holds query execution phase statistics.
     8  type QueryPhase = stats.QueryPhase
     9  
    10  // QueryStats holds query execution statistics.
    11  type QueryStats = stats.QueryStats
    12  
    13  // CompilationStats holds query compilation statistics.
    14  type CompilationStats = stats.CompilationStats
    15  
    16  // TableAccess contains query execution phase's table access statistics.
    17  type TableAccess = stats.TableAccess
    18  
    19  type OperationStats = stats.OperationStats