我有一个列列表,我需要构建一个包含所有列名的Column对象,以便我可以将其作为select进行查询。
对于像这样的东西..这是针对AND的情况
for(int i =1;i<tablecols.size();i++){
col = col.and(new org.apache.spark.sql.Column(tablecols.get(i).getTclName()));
}
initialDataFrame.select(col);
答案 0 :(得分:1)
你应该尝试这样的事情:
android:adjustViewBounds="true"
android:layout_centerInParent="true"