我需要一些关于如何在整数列上执行自动分区的帮助,就像我们在日期列(如PARTITION BY RANGE (DIM_DT_ID) INTERVAL (NUMTODSINTERVAL(1,'DAY'))如何在Integer列上启用自动分区?我们的查询将按以下列进行筛选,如where ObjectID =1346785
and patentnumber=23456.
我想在分组后将Agg应用于多个列。在pyspark中,我会用下面这样的东西来表达我想要实现的目标 new_df = df.groupBy("customer_id") func.mean("a").alias)
.Agg(dataFrame.Col("a")) // How to apply mean as the aggregate function to this column?我看到DataFrame.
我该如何在LINQ中写这段代码呢?现在,这是可行的,并且不会给出编译器错误: from prod in singOneProd.Table.AsEnumerable() on prod.Field<string>("print") equals agg.Field<string>("print") &&