ColumnMapperString.java 文件源码

java
阅读 18 收藏 0 点赞 0 评论 0

项目:stratio-cassandra 作者:
/**
 * Builds a new {@link ColumnMapperString}.
 *
 * @param caseSensitive If the getAnalyzer must be case sensitive.
 */
@JsonCreator
public ColumnMapperString(@JsonProperty("case_sensitive") Boolean caseSensitive) {
    super(new AbstractType<?>[]{AsciiType.instance,
                                UTF8Type.instance,
                                Int32Type.instance,
                                LongType.instance,
                                IntegerType.instance,
                                FloatType.instance,
                                DoubleType.instance,
                                BooleanType.instance,
                                UUIDType.instance,
                                TimeUUIDType.instance,
                                TimestampType.instance,
                                BytesType.instance,
                                InetAddressType.instance}, new AbstractType[]{UTF8Type.instance});
    this.caseSensitive = caseSensitive == null ? DEFAULT_CASE_SENSITIVE : caseSensitive;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号