sagpid
Results
1
issues of
sagpid
FieldType tagIdsField = FieldType.newBuilder() .withAutoID(false) .withDataType(DataType.Array) .withDescription("tagIds") .withDimension(0) .withIsDynamic(false) .withMaxLength(0) .withName("tagIds") .withPartitionKey(false) .withPrimaryKey(false) .withTypeParams( typeParams) .withElementType(DataType.Int32) .build();