Searched refs:ColumnInt32 (Results 1 – 3 of 3) sorted by relevance
44 ColumnInt32 = 2, enumerator57 {"bytes", ColumnBytes}, {"string", ColumnString}, {"int32", ColumnInt32},
146 case ColumnInt32: { in GetColumnFromJson()254 if (has_compress_blob_ && column_data_type == ColumnInt32) { in GetColumnFromBlob()286 auto int_type = src_data_type == ColumnInt32 ? kInt32Type : kInt64Type; in CompressBlob()297 if (src_data_type != ColumnInt32 && src_data_type != ColumnInt64) { in CompressBlob()
95 if (col_type == mindrecord::ColumnInt32) { in LoadFeatureIndex()