remove column oriented json

This commit is contained in:
2026-03-08 13:43:26 +07:00
parent 3970b8e0a8
commit 6e2fccd04e
2 changed files with 11 additions and 174 deletions

View File

@@ -38,7 +38,7 @@
# - Input: DataFrame, Arrow.Table
# - Encoding: arrow-ipc
# - `jsontable`: JSON format for human-readable tabular data
# - Input: Vector{NamedTuple}, Vector{Dict} (column-oriented compatible)
# - Input: Vector{NamedTuple}, Vector{Dict}
# - Encoding: json
module NATSBridge