linkedin / transport

A framework for writing performant user-defined functions (UDFs) that are portable across a variety of engines including Apache Spark, Apache Hive, and Presto.
BSD 2-Clause "Simplified" License
291 stars 72 forks source link

Remove Std prefix in Transport-udf-api module #107

Closed kxu1026 closed 2 years ago

kxu1026 commented 2 years ago

Get rid of Std prefix of all classes in Transport-udf-api module with other necessary changes in other modules

TopLevelStdUDF -> TopLevelUDF StdUDF -> UDF StdUDF0 -> UDF0 StdUDF1 -> UDF1 StdUDF2 -> UDF2 StdUDF3 -> UDF3 StdUDF4 -> UDF4 StdUDF5 -> UDF5 StdUDF6 -> UDF6 StdUDF7 -> UDF7 StdUDF8 -> UDF8 StdFactory -> TypeFactory StdType -> DataType StdUnknownType -> UnknownType StdArrayType -> ArrayType StdBooleanType -> BooleanType StdDoubleType -> DoubleType StdFloatType -> FloatType StdIntegerType -> IntegerType StdLongType -> LongType StdMapType -> MapType StdStringType -> StringType