Class TestHiveTableStatistics

    • Constructor Detail

      • TestHiveTableStatistics

        public TestHiveTableStatistics()
    • Method Detail

      • testStatisticsForUnpartitionedTable

        public void testStatisticsForUnpartitionedTable()
      • testStatisticsForTablePartitionedByBigint

        public void testStatisticsForTablePartitionedByBigint()
      • testStatisticsForTablePartitionedByVarchar

        public void testStatisticsForTablePartitionedByVarchar()
      • testStatisticsForAllDataTypes

        public void testStatisticsForAllDataTypes()
      • testStatisticsForAllDataTypesNoData

        public void testStatisticsForAllDataTypesNoData()
      • testStatisticsForAllDataTypesOnlyNulls

        public void testStatisticsForAllDataTypesOnlyNulls()
      • testStatisticsForSkewedTable

        public void testStatisticsForSkewedTable()
      • testAnalyzesForSkewedTable

        public void testAnalyzesForSkewedTable()
      • testAnalyzeForUnpartitionedTable

        public void testAnalyzeForUnpartitionedTable()
      • testAnalyzeForTablePartitionedByBigint

        public void testAnalyzeForTablePartitionedByBigint()
      • testAnalyzeForTablePartitionedByVarchar

        public void testAnalyzeForTablePartitionedByVarchar()
      • testAnalyzeForAllDataTypes

        public void testAnalyzeForAllDataTypes()
      • testAnalyzeForAllDataTypesNoData

        public void testAnalyzeForAllDataTypesNoData()
      • testAnalyzeForAllDataTypesOnlyNulls

        public void testAnalyzeForAllDataTypesOnlyNulls()
      • testComputeTableStatisticsOnCreateTable

        public void testComputeTableStatisticsOnCreateTable()
      • testComputeTableStatisticsOnInsert

        public void testComputeTableStatisticsOnInsert()
      • testComputePartitionStatisticsOnCreateTable

        public void testComputePartitionStatisticsOnCreateTable()
      • testComputePartitionStatisticsOnInsert

        public void testComputePartitionStatisticsOnInsert()
      • testComputeFloatingPointStatistics

        public void testComputeFloatingPointStatistics​(String dataType)
      • testComputeFloatingPointStatisticsDataProvider

        public Object[][] testComputeFloatingPointStatisticsDataProvider()
      • testMixedHiveAndPrestoStatistics

        public void testMixedHiveAndPrestoStatistics()