Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XiangpengHao/parquet-viewer
/ functions
Functions
169 in github.com/XiangpengHao/parquet-viewer
⨍
Functions
169
◇
Types & classes
36
Method
deref
(&self)
src/storage/web_file_store.rs:211
Method
deref_mut
(&mut self)
src/storage/web_file_store.rs:217
Function
drain_remaining_batches
( remaining_stream: Signal<Option<SendableRecordBatchStream>>, record_batches: Signal<Vec<RecordBatch>
src/views/query_results.rs:41
Method
eq
(&self, other: &Self)
src/parquet_ctx.rs:162
Function
export_to_csv_inner
(query_result: &[RecordBatch])
src/utils.rs:157
Function
export_to_parquet_inner
(query_result: &[RecordBatch])
src/utils.rs:167
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/parquet_ctx.rs:115
Method
fmt
(&self, f: &mut Formatter<'_>)
src/storage/web_file_store.rs:34
Method
fmt
(&self, f: &mut Formatter<'_>)
src/storage/object_store_cache.rs:32
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/views/plan_visualizer.rs:28
Function
format_bytes_short
(bytes: u64)
src/views/parquet_rewriter/tool.rs:801
Function
format_compression
(compression: Compression)
src/views/parquet_rewriter/tool.rs:817
Function
format_data_size
(size: Option<u64>)
src/views/schema.rs:80
Function
format_ratio
(value: Option<f32>)
src/views/schema.rs:90
Function
format_rows
(rows: u64)
src/utils.rs:26
Function
format_rows
(count: u64)
src/views/main_layout.rs:25
Function
format_rows
(count: usize)
src/views/parquet_rewriter/tool.rs:791
Method
from_metadata
( metadata: Arc<ParquetMetaData>, metadata_memory_size: u64, file_size: u64, f
src/parquet_ctx.rs:34
Method
from_parquet_file
(file_name_with_extension: String)
src/views/parquet_reader.rs:32
Method
from_str
(s: &str)
src/components/theme_provider.rs:27
Method
from_value
(value: &str)
src/views/parquet_rewriter/tool.rs:80
Method
get_opts
( &self, location: &Path, options: GetOptions, )
src/storage/web_file_store.rs:58
Method
get_opts
( &self, location: &Path, options: GetOptions, )
src/storage/object_store_cache.rs:64
Method
get_read
(&self, offset: u64)
src/utils.rs:282
Function
get_stored_theme
Get the stored theme preference, or default to light theme
src/components/theme_provider.rs:36
Function
handle_llm_request
(mut req: Request, ctx: RouteContext<()>)
llm-backend/src/lib.rs:49
Function
handle_options
(_req: Request, _ctx: RouteContext<()>)
llm-backend/src/lib.rs:45
Method
head
(&self, location: &Path)
src/storage/object_store_cache.rs:60
Function
index_display
(index: ColumnIndexMetaData)
src/components/page_info.rs:13
Method
label
(&self)
src/views/parquet_rewriter/tool.rs:68
Method
list
( &self, _prefix: Option<&Path>, )
src/storage/web_file_store.rs:126
Method
list
( &self, prefix: Option<&Path>, )
src/storage/object_store_cache.rs:139
Method
list_with_delimiter
( &self, _prefix: Option<&Path>, )
src/storage/web_file_store.rs:133
Method
list_with_delimiter
( &self, prefix: Option<&Path>, )
src/storage/object_store_cache.rs:146
Function
main
()
cli/src/main.rs:92
Function
main
(req: Request, env: Env, _ctx: Context)
llm-backend/src/lib.rs:139
Function
main
()
src/main.rs:83
Method
new
(data: Bytes, byte_range: (u64, u64))
src/utils.rs:269
Method
new
( reader: ParquetObjectReader, table_name: String, registered_table_name: String,
src/parquet_ctx.rs:170
Method
new
(file: web_sys::File)
src/storage/web_file_store.rs:26
Method
new
(inner: OpendalStore)
src/storage/object_store_cache.rs:23
Method
openCustomDocument
* Called when our custom editor is opened.
vscode-extension/src/parquetEditorProvider.ts:36
Function
physical_plan_view
(physical_plan: Arc<dyn ExecutionPlan>)
src/views/plan_visualizer.rs:131
Function
plan_node_view
(node: PlanTreeNode)
src/views/plan_visualizer.rs:70
Method
poll
(self: Pin<&mut Self>, cx: &mut task::Context<'_>)
src/storage/web_file_store.rs:225
Method
post_visit
(&mut self, _: &dyn ExecutionPlan)
src/views/plan_visualizer.rs:61
Method
pre_visit
(&mut self, plan: &dyn ExecutionPlan)
src/views/plan_visualizer.rs:36
Method
put_multipart_opts
( &self, _location: &Path, _opts: PutMultipartOptions, )
src/storage/web_file_store.rs:50
Method
put_multipart_opts
( &self, _location: &Path, _opts: PutMultipartOptions, )
src/storage/object_store_cache.rs:48
Method
put_opts
( &self, _location: &Path, _payload: PutPayload, _opts: PutOptions, )
src/storage/web_file_store.rs:41
Method
put_opts
( &self, location: &Path, payload: PutPayload, opts: PutOptions, )
src/storage/object_store_cache.rs:39
Function
read_from_s3
( s3_bucket: &str, s3_region: &str, s3_file_path: &str, )
src/storage/readers.rs:60
Method
resolveCustomEditor
* Called when our custom editor is resolved.
vscode-extension/src/parquetEditorProvider.ts:57
Function
save_to_storage
(key: &str, value: &str)
src/utils.rs:42
Function
serve_file
( State(state): State<Arc<AppState>>, Path(requested_file): Path<String>, headers: HeaderMap, )
cli/src/main.rs:224
Function
serve_file_head
( State(state): State<Arc<AppState>>, Path(requested_file): Path<String>, )
cli/src/main.rs:200
Method
table_name
(&self)
src/parquet_ctx.rs:188
Function
test_batches_can_be_merged
()
src/views/query_results.rs:405
Function
test_read_from_url_non_parquet
()
src/storage/readers.rs:148
Function
test_read_from_url_valid_parquet_url
()
src/storage/readers.rs:165
Function
test_read_parquet
()
src/tests.rs:22
Function
test_read_parquet_with_empty_rows
()
src/tests.rs:69
Function
test_read_parquet_with_nested_column
()
src/tests.rs:124
Function
test_read_parquet_with_uppercase_name
()
src/tests.rs:83
Function
test_render_chunk_stats
()
src/tests.rs:173
Function
test_render_no_stats
()
src/tests.rs:185
Function
test_render_page_stats
()
src/tests.rs:161
Method
total_rows
(&self)
src/views/parquet_rewriter/tool.rs:150
Method
try_new
( file_name_with_extension: String, path_relative_to_object_store: Path, object_store_
src/views/parquet_reader.rs:56
← previous
101–169 of 169, ranked by callers