Home
last modified time | relevance | path

Searched defs:st_key_part_info (Results 1 – 7 of 7) sorted by relevance

/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Conversion/PDLToPDLInterp/
H A Dpdl-to-pdl-interp-rewriter.mlir68 %newOp1 = pdl.operation "foo.op2"(%result : !pdl.value)
76 // CHECK-LABEL: module @operation_infer_types_from_replaceop
77 module @operation_infer_types_from_replaceop {
82 // CHECK: pdl_interp.create_operation "foo.op" -> (%[[RESULT_TYPES]] : !pdl.range<type>)
83 pdl.pattern : benefit(1) {
86 %root = pdl.operation "foo.op" -> (%rootType, %rootType1 : !pdl.type, !pdl.type)
88 %newType1 = pdl.type
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dstructs.h64 typedef struct st_key_part_info { /* Info about a key part */ struct
65 Field *field;
66 uint offset; /* offset in record (from 0) */
67 uint null_offset; /* Offset to null_bit in record */
68 uint16 length; /* Length of keypart value in bytes */
75 uint16 store_length;
76 uint16 key_type;
77 uint16 fieldnr; /* Fieldnum in UNIREG */
78 uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
79 uint8 type;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dstructs.h68 typedef struct st_key_part_info { /* Info about a key part */ struct
69 Field *field; /* the Field object for the indexed
72 uint offset; /* Offset in record (from 0) */
73 uint null_offset; /* Offset to null_bit in record */
75 uint16 length;
82 uint16 store_length;
83 uint16 key_type;
84 uint16 fieldnr; /* Fieldnr begins counting from 1 */
85 uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
86 uint8 type;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dstructs.h69 typedef struct st_key_part_info { /* Info about a key part */ struct
70 Field *field; /* the Field object for the indexed
73 uint offset; /* Offset in record (from 0) */
74 uint null_offset; /* Offset to null_bit in record */
76 uint16 length;
83 uint16 store_length;
84 uint16 key_type;
85 uint16 fieldnr; /* Fieldnr begins counting from 1 */
86 uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
87 uint8 type;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dstructs.h69 typedef struct st_key_part_info { /* Info about a key part */ struct
70 Field *field; /* the Field object for the indexed
73 uint offset; /* Offset in record (from 0) */
74 uint null_offset; /* Offset to null_bit in record */
76 uint16 length;
83 uint16 store_length;
84 uint16 key_type;
85 uint16 fieldnr; /* Fieldnr begins counting from 1 */
86 uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
87 uint8 type;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dstructs.h69 typedef struct st_key_part_info { /* Info about a key part */ struct
70 Field *field; /* the Field object for the indexed
73 uint offset; /* Offset in record (from 0) */
74 uint null_offset; /* Offset to null_bit in record */
76 uint16 length;
83 uint16 store_length;
84 uint16 key_type;
85 uint16 fieldnr; /* Fieldnr begins counting from 1 */
86 uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
87 uint8 type;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dstructs.h69 typedef struct st_key_part_info { /* Info about a key part */ struct
70 Field *field; /* the Field object for the indexed
73 uint offset; /* Offset in record (from 0) */
74 uint null_offset; /* Offset to null_bit in record */
76 uint16 length;
83 uint16 store_length;
84 uint16 key_type;
85 uint16 fieldnr; /* Fieldnr begins counting from 1 */
86 uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
87 uint8 type;
[all …]