Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ garrow_schema_get_raw
Function
garrow_schema_get_raw
c_glib/arrow-glib/schema.cpp:479–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
477
}
478
479
std::shared_ptr<arrow::Schema>
480
garrow_schema_get_raw(GArrowSchema *schema)
481
{
482
auto priv = GARROW_SCHEMA_GET_PRIVATE(schema);
483
return priv->schema;
484
}
Callers
15
ggandiva_filter_new
Function · 0.85
ggandiva_projector_new
Function · 0.85
ggandiva_selectable_projector_new
Function · 0.85
gparquet_arrow_file_writer_new_arrow
Function · 0.85
gparquet_arrow_file_writer_new_path
Function · 0.85
garrow_cuda_buffer_read_record_batch
Function · 0.85
gadataset_in_memory_fragment_new
Function · 0.85
gadataset_file_format_open_writer
Function · 0.85
gadataset_finish_options_set_property
Function · 0.85
garrow_key_value_partitioning_new
Function · 0.85
PartitioningFactoryOptions gadataset_partitioning_factory_options_get_raw
Method · 0.85
gaflightsql_create_prepared_statement_result_set_dataset_schema
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected