parquet.c.functions

C functions for parquet1 library

Public Imports

gid.basictypes
public import gid.basictypes;
Undocumented in source.
arrow.c.types
public import arrow.c.types;
Undocumented in source.

Members

Aliases

gparquet_arrow_file_reader_get_metadata
alias gparquet_arrow_file_reader_get_metadata = c_gparquet_arrow_file_reader_get_metadata
gparquet_arrow_file_reader_get_n_row_groups
alias gparquet_arrow_file_reader_get_n_row_groups = c_gparquet_arrow_file_reader_get_n_row_groups
gparquet_arrow_file_reader_get_n_rows
alias gparquet_arrow_file_reader_get_n_rows = c_gparquet_arrow_file_reader_get_n_rows
gparquet_arrow_file_reader_get_schema
alias gparquet_arrow_file_reader_get_schema = c_gparquet_arrow_file_reader_get_schema
gparquet_arrow_file_reader_get_type
alias gparquet_arrow_file_reader_get_type = c_gparquet_arrow_file_reader_get_type
gparquet_arrow_file_reader_new_arrow
alias gparquet_arrow_file_reader_new_arrow = c_gparquet_arrow_file_reader_new_arrow
gparquet_arrow_file_reader_new_path
alias gparquet_arrow_file_reader_new_path = c_gparquet_arrow_file_reader_new_path
gparquet_arrow_file_reader_read_column_data
alias gparquet_arrow_file_reader_read_column_data = c_gparquet_arrow_file_reader_read_column_data
gparquet_arrow_file_reader_read_row_group
alias gparquet_arrow_file_reader_read_row_group = c_gparquet_arrow_file_reader_read_row_group
gparquet_arrow_file_reader_read_table
alias gparquet_arrow_file_reader_read_table = c_gparquet_arrow_file_reader_read_table
gparquet_arrow_file_reader_set_use_threads
alias gparquet_arrow_file_reader_set_use_threads = c_gparquet_arrow_file_reader_set_use_threads
gparquet_arrow_file_writer_close
alias gparquet_arrow_file_writer_close = c_gparquet_arrow_file_writer_close
gparquet_arrow_file_writer_get_schema
alias gparquet_arrow_file_writer_get_schema = c_gparquet_arrow_file_writer_get_schema
gparquet_arrow_file_writer_get_type
alias gparquet_arrow_file_writer_get_type = c_gparquet_arrow_file_writer_get_type
gparquet_arrow_file_writer_new_arrow
alias gparquet_arrow_file_writer_new_arrow = c_gparquet_arrow_file_writer_new_arrow
gparquet_arrow_file_writer_new_buffered_row_group
alias gparquet_arrow_file_writer_new_buffered_row_group = c_gparquet_arrow_file_writer_new_buffered_row_group
gparquet_arrow_file_writer_new_path
alias gparquet_arrow_file_writer_new_path = c_gparquet_arrow_file_writer_new_path
gparquet_arrow_file_writer_new_row_group
alias gparquet_arrow_file_writer_new_row_group = c_gparquet_arrow_file_writer_new_row_group
gparquet_arrow_file_writer_write_chunked_array
alias gparquet_arrow_file_writer_write_chunked_array = c_gparquet_arrow_file_writer_write_chunked_array
gparquet_arrow_file_writer_write_record_batch
alias gparquet_arrow_file_writer_write_record_batch = c_gparquet_arrow_file_writer_write_record_batch
gparquet_arrow_file_writer_write_table
alias gparquet_arrow_file_writer_write_table = c_gparquet_arrow_file_writer_write_table
gparquet_boolean_statistics_get_max
alias gparquet_boolean_statistics_get_max = c_gparquet_boolean_statistics_get_max
gparquet_boolean_statistics_get_min
alias gparquet_boolean_statistics_get_min = c_gparquet_boolean_statistics_get_min
gparquet_boolean_statistics_get_type
alias gparquet_boolean_statistics_get_type = c_gparquet_boolean_statistics_get_type
gparquet_byte_array_statistics_get_max
alias gparquet_byte_array_statistics_get_max = c_gparquet_byte_array_statistics_get_max
gparquet_byte_array_statistics_get_min
alias gparquet_byte_array_statistics_get_min = c_gparquet_byte_array_statistics_get_min
gparquet_byte_array_statistics_get_type
alias gparquet_byte_array_statistics_get_type = c_gparquet_byte_array_statistics_get_type
gparquet_column_chunk_metadata_can_decompress
alias gparquet_column_chunk_metadata_can_decompress = c_gparquet_column_chunk_metadata_can_decompress
gparquet_column_chunk_metadata_equal
alias gparquet_column_chunk_metadata_equal = c_gparquet_column_chunk_metadata_equal
gparquet_column_chunk_metadata_get_file_offset
alias gparquet_column_chunk_metadata_get_file_offset = c_gparquet_column_chunk_metadata_get_file_offset
gparquet_column_chunk_metadata_get_statistics
alias gparquet_column_chunk_metadata_get_statistics = c_gparquet_column_chunk_metadata_get_statistics
gparquet_column_chunk_metadata_get_total_compressed_size
alias gparquet_column_chunk_metadata_get_total_compressed_size = c_gparquet_column_chunk_metadata_get_total_compressed_size
gparquet_column_chunk_metadata_get_total_size
alias gparquet_column_chunk_metadata_get_total_size = c_gparquet_column_chunk_metadata_get_total_size
gparquet_column_chunk_metadata_get_type
alias gparquet_column_chunk_metadata_get_type = c_gparquet_column_chunk_metadata_get_type
gparquet_double_statistics_get_max
alias gparquet_double_statistics_get_max = c_gparquet_double_statistics_get_max
gparquet_double_statistics_get_min
alias gparquet_double_statistics_get_min = c_gparquet_double_statistics_get_min
gparquet_double_statistics_get_type
alias gparquet_double_statistics_get_type = c_gparquet_double_statistics_get_type
gparquet_file_metadata_can_decompress
alias gparquet_file_metadata_can_decompress = c_gparquet_file_metadata_can_decompress
gparquet_file_metadata_equal
alias gparquet_file_metadata_equal = c_gparquet_file_metadata_equal
gparquet_file_metadata_get_created_by
alias gparquet_file_metadata_get_created_by = c_gparquet_file_metadata_get_created_by
gparquet_file_metadata_get_n_columns
alias gparquet_file_metadata_get_n_columns = c_gparquet_file_metadata_get_n_columns
gparquet_file_metadata_get_n_row_groups
alias gparquet_file_metadata_get_n_row_groups = c_gparquet_file_metadata_get_n_row_groups
gparquet_file_metadata_get_n_rows
alias gparquet_file_metadata_get_n_rows = c_gparquet_file_metadata_get_n_rows
gparquet_file_metadata_get_n_schema_elements
alias gparquet_file_metadata_get_n_schema_elements = c_gparquet_file_metadata_get_n_schema_elements
gparquet_file_metadata_get_row_group
alias gparquet_file_metadata_get_row_group = c_gparquet_file_metadata_get_row_group
gparquet_file_metadata_get_size
alias gparquet_file_metadata_get_size = c_gparquet_file_metadata_get_size
gparquet_file_metadata_get_type
alias gparquet_file_metadata_get_type = c_gparquet_file_metadata_get_type
gparquet_fixed_length_byte_array_statistics_get_max
alias gparquet_fixed_length_byte_array_statistics_get_max = c_gparquet_fixed_length_byte_array_statistics_get_max
gparquet_fixed_length_byte_array_statistics_get_min
alias gparquet_fixed_length_byte_array_statistics_get_min = c_gparquet_fixed_length_byte_array_statistics_get_min
gparquet_fixed_length_byte_array_statistics_get_type
alias gparquet_fixed_length_byte_array_statistics_get_type = c_gparquet_fixed_length_byte_array_statistics_get_type
gparquet_float_statistics_get_max
alias gparquet_float_statistics_get_max = c_gparquet_float_statistics_get_max
gparquet_float_statistics_get_min
alias gparquet_float_statistics_get_min = c_gparquet_float_statistics_get_min
gparquet_float_statistics_get_type
alias gparquet_float_statistics_get_type = c_gparquet_float_statistics_get_type
gparquet_int32_statistics_get_max
alias gparquet_int32_statistics_get_max = c_gparquet_int32_statistics_get_max
gparquet_int32_statistics_get_min
alias gparquet_int32_statistics_get_min = c_gparquet_int32_statistics_get_min
gparquet_int32_statistics_get_type
alias gparquet_int32_statistics_get_type = c_gparquet_int32_statistics_get_type
gparquet_int64_statistics_get_max
alias gparquet_int64_statistics_get_max = c_gparquet_int64_statistics_get_max
gparquet_int64_statistics_get_min
alias gparquet_int64_statistics_get_min = c_gparquet_int64_statistics_get_min
gparquet_int64_statistics_get_type
alias gparquet_int64_statistics_get_type = c_gparquet_int64_statistics_get_type
gparquet_row_group_metadata_can_decompress
alias gparquet_row_group_metadata_can_decompress = c_gparquet_row_group_metadata_can_decompress
gparquet_row_group_metadata_equal
alias gparquet_row_group_metadata_equal = c_gparquet_row_group_metadata_equal
gparquet_row_group_metadata_get_column_chunk
alias gparquet_row_group_metadata_get_column_chunk = c_gparquet_row_group_metadata_get_column_chunk
gparquet_row_group_metadata_get_file_offset
alias gparquet_row_group_metadata_get_file_offset = c_gparquet_row_group_metadata_get_file_offset
gparquet_row_group_metadata_get_n_columns
alias gparquet_row_group_metadata_get_n_columns = c_gparquet_row_group_metadata_get_n_columns
gparquet_row_group_metadata_get_n_rows
alias gparquet_row_group_metadata_get_n_rows = c_gparquet_row_group_metadata_get_n_rows
gparquet_row_group_metadata_get_total_compressed_size
alias gparquet_row_group_metadata_get_total_compressed_size = c_gparquet_row_group_metadata_get_total_compressed_size
gparquet_row_group_metadata_get_total_size
alias gparquet_row_group_metadata_get_total_size = c_gparquet_row_group_metadata_get_total_size
gparquet_row_group_metadata_get_type
alias gparquet_row_group_metadata_get_type = c_gparquet_row_group_metadata_get_type
gparquet_statistics_equal
alias gparquet_statistics_equal = c_gparquet_statistics_equal
gparquet_statistics_get_n_distinct_values
alias gparquet_statistics_get_n_distinct_values = c_gparquet_statistics_get_n_distinct_values
gparquet_statistics_get_n_nulls
alias gparquet_statistics_get_n_nulls = c_gparquet_statistics_get_n_nulls
gparquet_statistics_get_n_values
alias gparquet_statistics_get_n_values = c_gparquet_statistics_get_n_values
gparquet_statistics_get_type
alias gparquet_statistics_get_type = c_gparquet_statistics_get_type
gparquet_statistics_has_min_max
alias gparquet_statistics_has_min_max = c_gparquet_statistics_has_min_max
gparquet_statistics_has_n_distinct_values
alias gparquet_statistics_has_n_distinct_values = c_gparquet_statistics_has_n_distinct_values
gparquet_statistics_has_n_nulls
alias gparquet_statistics_has_n_nulls = c_gparquet_statistics_has_n_nulls
gparquet_writer_properties_disable_dictionary
alias gparquet_writer_properties_disable_dictionary = c_gparquet_writer_properties_disable_dictionary
gparquet_writer_properties_enable_dictionary
alias gparquet_writer_properties_enable_dictionary = c_gparquet_writer_properties_enable_dictionary
gparquet_writer_properties_get_batch_size
alias gparquet_writer_properties_get_batch_size = c_gparquet_writer_properties_get_batch_size
gparquet_writer_properties_get_compression_path
alias gparquet_writer_properties_get_compression_path = c_gparquet_writer_properties_get_compression_path
gparquet_writer_properties_get_data_page_size
alias gparquet_writer_properties_get_data_page_size = c_gparquet_writer_properties_get_data_page_size
gparquet_writer_properties_get_dictionary_page_size_limit
alias gparquet_writer_properties_get_dictionary_page_size_limit = c_gparquet_writer_properties_get_dictionary_page_size_limit
gparquet_writer_properties_get_max_row_group_length
alias gparquet_writer_properties_get_max_row_group_length = c_gparquet_writer_properties_get_max_row_group_length
gparquet_writer_properties_get_type
alias gparquet_writer_properties_get_type = c_gparquet_writer_properties_get_type
gparquet_writer_properties_is_dictionary_enabled
alias gparquet_writer_properties_is_dictionary_enabled = c_gparquet_writer_properties_is_dictionary_enabled
gparquet_writer_properties_new
alias gparquet_writer_properties_new = c_gparquet_writer_properties_new
gparquet_writer_properties_set_batch_size
alias gparquet_writer_properties_set_batch_size = c_gparquet_writer_properties_set_batch_size
gparquet_writer_properties_set_compression
alias gparquet_writer_properties_set_compression = c_gparquet_writer_properties_set_compression
gparquet_writer_properties_set_data_page_size
alias gparquet_writer_properties_set_data_page_size = c_gparquet_writer_properties_set_data_page_size
gparquet_writer_properties_set_dictionary_page_size_limit
alias gparquet_writer_properties_set_dictionary_page_size_limit = c_gparquet_writer_properties_set_dictionary_page_size_limit
gparquet_writer_properties_set_max_row_group_length
alias gparquet_writer_properties_set_max_row_group_length = c_gparquet_writer_properties_set_max_row_group_length

Static variables

c_gparquet_arrow_file_reader_get_metadata
GParquetFileMetadata* function(GParquetArrowFileReader* reader) c_gparquet_arrow_file_reader_get_metadata;
c_gparquet_arrow_file_reader_get_n_row_groups
int function(GParquetArrowFileReader* reader) c_gparquet_arrow_file_reader_get_n_row_groups;
c_gparquet_arrow_file_reader_get_n_rows
long function(GParquetArrowFileReader* reader) c_gparquet_arrow_file_reader_get_n_rows;
c_gparquet_arrow_file_reader_get_schema
GArrowSchema* function(GParquetArrowFileReader* reader, GError** _err) c_gparquet_arrow_file_reader_get_schema;
c_gparquet_arrow_file_reader_get_type
GType function() c_gparquet_arrow_file_reader_get_type;
c_gparquet_arrow_file_reader_new_arrow
GParquetArrowFileReader* function(GArrowSeekableInputStream* source, GError** _err) c_gparquet_arrow_file_reader_new_arrow;
c_gparquet_arrow_file_reader_new_path
GParquetArrowFileReader* function(const(char)* path, GError** _err) c_gparquet_arrow_file_reader_new_path;
c_gparquet_arrow_file_reader_read_column_data
GArrowChunkedArray* function(GParquetArrowFileReader* reader, int i, GError** _err) c_gparquet_arrow_file_reader_read_column_data;
c_gparquet_arrow_file_reader_read_row_group
GArrowTable* function(GParquetArrowFileReader* reader, int rowGroupIndex, int* columnIndices, size_t nColumnIndices, GError** _err) c_gparquet_arrow_file_reader_read_row_group;
c_gparquet_arrow_file_reader_read_table
GArrowTable* function(GParquetArrowFileReader* reader, GError** _err) c_gparquet_arrow_file_reader_read_table;
c_gparquet_arrow_file_reader_set_use_threads
void function(GParquetArrowFileReader* reader, bool useThreads) c_gparquet_arrow_file_reader_set_use_threads;
c_gparquet_arrow_file_writer_close
bool function(GParquetArrowFileWriter* writer, GError** _err) c_gparquet_arrow_file_writer_close;
c_gparquet_arrow_file_writer_get_schema
GArrowSchema* function(GParquetArrowFileWriter* writer) c_gparquet_arrow_file_writer_get_schema;
c_gparquet_arrow_file_writer_get_type
GType function() c_gparquet_arrow_file_writer_get_type;
c_gparquet_arrow_file_writer_new_arrow
GParquetArrowFileWriter* function(GArrowSchema* schema, GArrowOutputStream* sink, GParquetWriterProperties* writerProperties, GError** _err) c_gparquet_arrow_file_writer_new_arrow;
c_gparquet_arrow_file_writer_new_buffered_row_group
bool function(GParquetArrowFileWriter* writer, GError** _err) c_gparquet_arrow_file_writer_new_buffered_row_group;
c_gparquet_arrow_file_writer_new_path
GParquetArrowFileWriter* function(GArrowSchema* schema, const(char)* path, GParquetWriterProperties* writerProperties, GError** _err) c_gparquet_arrow_file_writer_new_path;
c_gparquet_arrow_file_writer_new_row_group
bool function(GParquetArrowFileWriter* writer, size_t chunkSize, GError** _err) c_gparquet_arrow_file_writer_new_row_group;
c_gparquet_arrow_file_writer_write_chunked_array
bool function(GParquetArrowFileWriter* writer, GArrowChunkedArray* chunkedArray, GError** _err) c_gparquet_arrow_file_writer_write_chunked_array;
c_gparquet_arrow_file_writer_write_record_batch
bool function(GParquetArrowFileWriter* writer, GArrowRecordBatch* recordBatch, GError** _err) c_gparquet_arrow_file_writer_write_record_batch;
c_gparquet_arrow_file_writer_write_table
bool function(GParquetArrowFileWriter* writer, GArrowTable* table, size_t chunkSize, GError** _err) c_gparquet_arrow_file_writer_write_table;
c_gparquet_boolean_statistics_get_max
bool function(GParquetBooleanStatistics* statistics) c_gparquet_boolean_statistics_get_max;
c_gparquet_boolean_statistics_get_min
bool function(GParquetBooleanStatistics* statistics) c_gparquet_boolean_statistics_get_min;
c_gparquet_boolean_statistics_get_type
GType function() c_gparquet_boolean_statistics_get_type;
c_gparquet_byte_array_statistics_get_max
GBytes* function(GParquetByteArrayStatistics* statistics) c_gparquet_byte_array_statistics_get_max;
c_gparquet_byte_array_statistics_get_min
GBytes* function(GParquetByteArrayStatistics* statistics) c_gparquet_byte_array_statistics_get_min;
c_gparquet_byte_array_statistics_get_type
GType function() c_gparquet_byte_array_statistics_get_type;
c_gparquet_column_chunk_metadata_can_decompress
bool function(GParquetColumnChunkMetadata* metadata) c_gparquet_column_chunk_metadata_can_decompress;
c_gparquet_column_chunk_metadata_equal
bool function(GParquetColumnChunkMetadata* metadata, GParquetColumnChunkMetadata* otherMetadata) c_gparquet_column_chunk_metadata_equal;
c_gparquet_column_chunk_metadata_get_file_offset
long function(GParquetColumnChunkMetadata* metadata) c_gparquet_column_chunk_metadata_get_file_offset;
c_gparquet_column_chunk_metadata_get_statistics
GParquetStatistics* function(GParquetColumnChunkMetadata* metadata) c_gparquet_column_chunk_metadata_get_statistics;
c_gparquet_column_chunk_metadata_get_total_compressed_size
long function(GParquetColumnChunkMetadata* metadata) c_gparquet_column_chunk_metadata_get_total_compressed_size;
c_gparquet_column_chunk_metadata_get_total_size
long function(GParquetColumnChunkMetadata* metadata) c_gparquet_column_chunk_metadata_get_total_size;
c_gparquet_column_chunk_metadata_get_type
GType function() c_gparquet_column_chunk_metadata_get_type;
c_gparquet_double_statistics_get_max
double function(GParquetDoubleStatistics* statistics) c_gparquet_double_statistics_get_max;
c_gparquet_double_statistics_get_min
double function(GParquetDoubleStatistics* statistics) c_gparquet_double_statistics_get_min;
c_gparquet_double_statistics_get_type
GType function() c_gparquet_double_statistics_get_type;
c_gparquet_file_metadata_can_decompress
bool function(GParquetFileMetadata* metadata) c_gparquet_file_metadata_can_decompress;
c_gparquet_file_metadata_equal
bool function(GParquetFileMetadata* metadata, GParquetFileMetadata* otherMetadata) c_gparquet_file_metadata_equal;
c_gparquet_file_metadata_get_created_by
const(char)* function(GParquetFileMetadata* metadata) c_gparquet_file_metadata_get_created_by;
c_gparquet_file_metadata_get_n_columns
int function(GParquetFileMetadata* metadata) c_gparquet_file_metadata_get_n_columns;
c_gparquet_file_metadata_get_n_row_groups
int function(GParquetFileMetadata* metadata) c_gparquet_file_metadata_get_n_row_groups;
c_gparquet_file_metadata_get_n_rows
long function(GParquetFileMetadata* metadata) c_gparquet_file_metadata_get_n_rows;
c_gparquet_file_metadata_get_n_schema_elements
int function(GParquetFileMetadata* metadata) c_gparquet_file_metadata_get_n_schema_elements;
c_gparquet_file_metadata_get_row_group
GParquetRowGroupMetadata* function(GParquetFileMetadata* metadata, int index, GError** _err) c_gparquet_file_metadata_get_row_group;
c_gparquet_file_metadata_get_size
uint function(GParquetFileMetadata* metadata) c_gparquet_file_metadata_get_size;
c_gparquet_file_metadata_get_type
GType function() c_gparquet_file_metadata_get_type;
c_gparquet_fixed_length_byte_array_statistics_get_max
GBytes* function(GParquetFixedLengthByteArrayStatistics* statistics) c_gparquet_fixed_length_byte_array_statistics_get_max;
c_gparquet_fixed_length_byte_array_statistics_get_min
GBytes* function(GParquetFixedLengthByteArrayStatistics* statistics) c_gparquet_fixed_length_byte_array_statistics_get_min;
c_gparquet_fixed_length_byte_array_statistics_get_type
GType function() c_gparquet_fixed_length_byte_array_statistics_get_type;
c_gparquet_float_statistics_get_max
float function(GParquetFloatStatistics* statistics) c_gparquet_float_statistics_get_max;
c_gparquet_float_statistics_get_min
float function(GParquetFloatStatistics* statistics) c_gparquet_float_statistics_get_min;
c_gparquet_float_statistics_get_type
GType function() c_gparquet_float_statistics_get_type;
c_gparquet_int32_statistics_get_max
int function(GParquetInt32Statistics* statistics) c_gparquet_int32_statistics_get_max;
c_gparquet_int32_statistics_get_min
int function(GParquetInt32Statistics* statistics) c_gparquet_int32_statistics_get_min;
c_gparquet_int32_statistics_get_type
GType function() c_gparquet_int32_statistics_get_type;
c_gparquet_int64_statistics_get_max
long function(GParquetInt64Statistics* statistics) c_gparquet_int64_statistics_get_max;
c_gparquet_int64_statistics_get_min
long function(GParquetInt64Statistics* statistics) c_gparquet_int64_statistics_get_min;
c_gparquet_int64_statistics_get_type
GType function() c_gparquet_int64_statistics_get_type;
c_gparquet_row_group_metadata_can_decompress
bool function(GParquetRowGroupMetadata* metadata) c_gparquet_row_group_metadata_can_decompress;
c_gparquet_row_group_metadata_equal
bool function(GParquetRowGroupMetadata* metadata, GParquetRowGroupMetadata* otherMetadata) c_gparquet_row_group_metadata_equal;
c_gparquet_row_group_metadata_get_column_chunk
GParquetColumnChunkMetadata* function(GParquetRowGroupMetadata* metadata, int index, GError** _err) c_gparquet_row_group_metadata_get_column_chunk;
c_gparquet_row_group_metadata_get_file_offset
long function(GParquetRowGroupMetadata* metadata) c_gparquet_row_group_metadata_get_file_offset;
c_gparquet_row_group_metadata_get_n_columns
int function(GParquetRowGroupMetadata* metadata) c_gparquet_row_group_metadata_get_n_columns;
c_gparquet_row_group_metadata_get_n_rows
long function(GParquetRowGroupMetadata* metadata) c_gparquet_row_group_metadata_get_n_rows;
c_gparquet_row_group_metadata_get_total_compressed_size
long function(GParquetRowGroupMetadata* metadata) c_gparquet_row_group_metadata_get_total_compressed_size;
c_gparquet_row_group_metadata_get_total_size
long function(GParquetRowGroupMetadata* metadata) c_gparquet_row_group_metadata_get_total_size;
c_gparquet_row_group_metadata_get_type
GType function() c_gparquet_row_group_metadata_get_type;
c_gparquet_statistics_equal
bool function(GParquetStatistics* statistics, GParquetStatistics* otherStatistics) c_gparquet_statistics_equal;
c_gparquet_statistics_get_n_distinct_values
long function(GParquetStatistics* statistics) c_gparquet_statistics_get_n_distinct_values;
c_gparquet_statistics_get_n_nulls
long function(GParquetStatistics* statistics) c_gparquet_statistics_get_n_nulls;
c_gparquet_statistics_get_n_values
long function(GParquetStatistics* statistics) c_gparquet_statistics_get_n_values;
c_gparquet_statistics_get_type
GType function() c_gparquet_statistics_get_type;
c_gparquet_statistics_has_min_max
bool function(GParquetStatistics* statistics) c_gparquet_statistics_has_min_max;
c_gparquet_statistics_has_n_distinct_values
bool function(GParquetStatistics* statistics) c_gparquet_statistics_has_n_distinct_values;
c_gparquet_statistics_has_n_nulls
bool function(GParquetStatistics* statistics) c_gparquet_statistics_has_n_nulls;
c_gparquet_writer_properties_disable_dictionary
void function(GParquetWriterProperties* properties, const(char)* path) c_gparquet_writer_properties_disable_dictionary;
c_gparquet_writer_properties_enable_dictionary
void function(GParquetWriterProperties* properties, const(char)* path) c_gparquet_writer_properties_enable_dictionary;
c_gparquet_writer_properties_get_batch_size
long function(GParquetWriterProperties* properties) c_gparquet_writer_properties_get_batch_size;
c_gparquet_writer_properties_get_compression_path
GArrowCompressionType function(GParquetWriterProperties* properties, const(char)* path) c_gparquet_writer_properties_get_compression_path;
c_gparquet_writer_properties_get_data_page_size
long function(GParquetWriterProperties* properties) c_gparquet_writer_properties_get_data_page_size;
c_gparquet_writer_properties_get_dictionary_page_size_limit
long function(GParquetWriterProperties* properties) c_gparquet_writer_properties_get_dictionary_page_size_limit;
c_gparquet_writer_properties_get_max_row_group_length
long function(GParquetWriterProperties* properties) c_gparquet_writer_properties_get_max_row_group_length;
c_gparquet_writer_properties_get_type
GType function() c_gparquet_writer_properties_get_type;
c_gparquet_writer_properties_is_dictionary_enabled
bool function(GParquetWriterProperties* properties, const(char)* path) c_gparquet_writer_properties_is_dictionary_enabled;
c_gparquet_writer_properties_new
GParquetWriterProperties* function() c_gparquet_writer_properties_new;
c_gparquet_writer_properties_set_batch_size
void function(GParquetWriterProperties* properties, long batchSize) c_gparquet_writer_properties_set_batch_size;
c_gparquet_writer_properties_set_compression
void function(GParquetWriterProperties* properties, GArrowCompressionType compressionType, const(char)* path) c_gparquet_writer_properties_set_compression;
c_gparquet_writer_properties_set_data_page_size
void function(GParquetWriterProperties* properties, long dataPageSize) c_gparquet_writer_properties_set_data_page_size;
c_gparquet_writer_properties_set_dictionary_page_size_limit
void function(GParquetWriterProperties* properties, long limit) c_gparquet_writer_properties_set_dictionary_page_size_limit;
c_gparquet_writer_properties_set_max_row_group_length
void function(GParquetWriterProperties* properties, long length) c_gparquet_writer_properties_set_max_row_group_length;