We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dff82 commit 2eb646eCopy full SHA for 2eb646e
rust/cubesql/cubesql/src/transport/mod.rs
@@ -10,6 +10,7 @@ pub type CubeMetaMeasure = cubeclient::models::V1CubeMetaMeasure;
10
pub type CubeMetaSegment = cubeclient::models::V1CubeMetaSegment;
11
pub type CubeMetaJoin = cubeclient::models::V1CubeMetaJoin;
12
pub type CubeMetaFolder = cubeclient::models::V1CubeMetaFolder;
13
+pub type CubeMetaNestedFolder = cubeclient::models::V1CubeMetaNestedFolder;
14
pub type CubeMetaHierarchy = cubeclient::models::V1CubeMetaHierarchy;
15
// Request/Response
16
pub type TransportLoadResponse = cubeclient::models::V1LoadResponse;
0 commit comments