表示要返回的列。
資料結構
message ColumnsToGet {
optional ColumnReturnType return_type = 1;
repeated string column_names = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
return_type | 是 | 列傳回型別。更多資訊,請參見ColumnReturnType。 | |
column_names | string | 否 | 要返回的列。當傳回型別的取值為返回指定列時,才需要設定此參數。 |
表示要返回的列。
message ColumnsToGet {
optional ColumnReturnType return_type = 1;
repeated string column_names = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
return_type | 是 | 列傳回型別。更多資訊,請參見ColumnReturnType。 | |
column_names | string | 否 | 要返回的列。當傳回型別的取值為返回指定列時,才需要設定此參數。 |