Searched refs:columnShape (Results 1 – 1 of 1) sorted by relevance
1126 ArrayRef<int64_t> columnShape = columnType.cast<VectorType>().getShape(); in verifyConstructionInvariants() local1127 if (columnShape.size() != 1) in verifyConstructionInvariants()1130 if (columnShape[0] < 2 || columnShape[0] > 4) in verifyConstructionInvariants()