Home
last modified time | relevance | path

Searched refs:item_type (Results 251 – 275 of 2377) sorted by path

1...<<11121314151617181920>>...96

/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/test/
H A Dtest-map-array.rb22 item_type = Arrow::Int16DataType.new
23 data_type = Arrow::MapDataType.new(key_type, item_type)
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/test/values/
H A Dtest-map-array.rb19 def build_data_type(item_type) argument
22 item: item_type
26 def build_array(item_type, values) argument
27 Arrow::MapArray.new(build_data_type(item_type), values)
422 def build(item_type, values) argument
423 build_array(item_type, values)
430 def build(item_type, values) argument
431 Arrow::ChunkedArray.new([build_array(item_type, values)])
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem.cc4173 item_type(PARAM_ITEM), in Item_param()
4232 c->item_type= item_type; in sync_clones()
5091 item_type= src->item_type; in set_param_type_and_swap_value()
H A Ditem.h3471 enum Type item_type; variable
3475 item_type= type; in fix_type()
3617 return item_type; in type()
H A Ditem_geofunc.cc994 if (wkb_type != item_type) in val_str()
H A Ditem_geofunc.h499 enum Geometry::wkbType item_type; variable
506 item_type=it; in Item_func_spatial_collection()
H A Dopt_index_cond_pushdown.cc73 Item::Type item_type= item->type(); in uses_index_fields_only() local
74 switch (item_type) { in uses_index_fields_only()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem.cc4173 item_type(PARAM_ITEM), in Item_param()
4232 c->item_type= item_type; in sync_clones()
5091 item_type= src->item_type; in set_param_type_and_swap_value()
H A Ditem.h3471 enum Type item_type;
3475 item_type= type;
3617 return item_type;
H A Ditem_geofunc.cc994 if (wkb_type != item_type) in val_str()
H A Ditem_geofunc.h499 enum Geometry::wkbType item_type; variable
506 item_type=it; in Item_func_spatial_collection()
H A Dopt_index_cond_pushdown.cc73 Item::Type item_type= item->type(); in uses_index_fields_only() local
74 switch (item_type) { in uses_index_fields_only()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_geofunc.cc994 if (wkb_type != item_type) in val_str()
H A Ditem_geofunc.h499 enum Geometry::wkbType item_type; variable
506 item_type=it; in Item_func_spatial_collection()
H A Dopt_index_cond_pushdown.cc73 Item::Type item_type= item->type();
74 switch (item_type) {
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_geofunc.cc994 if (wkb_type != item_type) in val_str()
H A Ditem_geofunc.h499 enum Geometry::wkbType item_type; variable
506 item_type=it; in Item_func_spatial_collection()
H A Dopt_index_cond_pushdown.cc73 Item::Type item_type= item->type(); in uses_index_fields_only() local
74 switch (item_type) { in uses_index_fields_only()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_geofunc.cc978 if (wkb_type != item_type) in val_str()
H A Ditem_geofunc.h522 enum Geometry::wkbType item_type; variable
529 item_type=it; in Item_func_spatial_collection()
H A Dopt_index_cond_pushdown.cc73 Item::Type item_type= item->type(); in uses_index_fields_only() local
74 switch (item_type) { in uses_index_fields_only()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_geofunc.cc978 if (wkb_type != item_type) in val_str()
H A Ditem_geofunc.h522 enum Geometry::wkbType item_type; variable
529 item_type=it; in Item_func_spatial_collection()
H A Dopt_index_cond_pushdown.cc73 Item::Type item_type= item->type(); in uses_index_fields_only() local
74 switch (item_type) { in uses_index_fields_only()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dha_ndbcluster_cond.h122 Ndb_item(NDB_ITEM_TYPE item_type) : type(item_type) {}; in Ndb_item() argument
123 Ndb_item(NDB_ITEM_TYPE item_type, in Ndb_item() argument
126 : type(item_type), qualification(item_qualification) in Ndb_item()
128 switch(item_type) { in Ndb_item()

1...<<11121314151617181920>>...96