class Analyzer extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Analyzer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Analyzer(tableUtils: TableUtils, conf: Any, startDate: String, endDate: String, count: Int = 64, sample: Double = 0.1, enableHitter: Boolean = false, silenceMode: Boolean = false)
Type Members
- case class AggregationMetadata(name: String, columnType: DataType, operation: String = null, window: String = null, inputColumn: String = null, groupByName: String = null) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def analyze(df: DataFrame, keys: Array[String], sourceTable: String): String
- def analyzeGroupBy(groupByConf: api.GroupBy, prefix: String = "", includeOutputTableName: Boolean = false, enableHitter: Boolean = false): (Array[AggregationMetadata], Map[String, DataType])
- def analyzeJoin(joinConf: api.Join, enableHitter: Boolean = false, validationAssert: Boolean = false): (Map[String, DataType], ListBuffer[AggregationMetadata], Map[String, DataType])
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def heavyHitters(df: DataFrame, frequentItemKeys: Array[String], frequentItemMapSize: Int = 1024, sampleFraction: Double = 0.1): Array[(String, Array[(String, Long)])]
- def heavyHittersWithTsAndCount(df: DataFrame, keys: Array[String], frequentItemMapSize: Int = 1024, sampleFraction: Double = 0.1): Array[(String, Array[(String, Long)])]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def run(): Unit
- def runDataAvailabilityCheck(groupBy: api.GroupBy, unfilledRanges: Seq[PartitionRange]): List[(String, String, String)]
- def runSchemaValidation(left: Map[String, DataType], right: Map[String, DataType], keyMapping: Map[String, String]): Map[String, String]
- def runTablePermissionValidation(sources: Set[String]): Set[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toAggregationMetadata(columnName: String, columnType: DataType): AggregationMetadata
- def toAggregationMetadata(aggPart: AggregationPart, columnType: DataType): AggregationMetadata
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()