type-cast的意思|示意
adj. 铅字已铸妥的
vi. 铸造(铅字)
第三人称单数 type-casts 现在分词 type-casting 过去式 type-cast 过去分词 type-cast
type-cast相关短语
1、 Type Cast 类型转换,强制类型转换,类型强制转换
2、 drum type cast coater 鼓式涂铸机
3、 type cast operator comparison 类型转换操作符比较
4、 Duplicated Type Cast 重复的类型强制转换
5、 drum-type cast coater 鼓式涂铸机
6、 contradictory type cast or check 错误的类型
7、 new type cast 新型铸造
type-cast相关例句
Use with weak typed variables to cast them as another type.
用于弱类型变量,以将它们强制转换为另一种类型。
If the index is being bypassed, then the RHS of the comparison should be type-cast.
如果会绕过索引,应该对比较表达式的RHS执行类型转换。
If you assume that there is an index on COL1 in the above example, if COL1 is type-cast instead of the RHS, then the index will be bypassed and the query will perform a full table scan.
假设上面示例中的COL1列上有索引,如果对COL1而不是RHS执行类型转换,那么会绕过索引,查询会执行全表扫描。