Skip to content

Commit 50429c5

Browse files
simpler navigation
1 parent 7a16fea commit 50429c5

3 files changed

Lines changed: 11 additions & 22 deletions

File tree

docs/.nav.yml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -341,23 +341,10 @@ nav:
341341
- FileScanRDD: rdds/FileScanRDD.md
342342
- ShuffledRowRDD: ShuffledRowRDD.md
343343
- SQLExecutionRDD: SQLExecutionRDD.md
344-
- SQL:
345-
- sql/index.md
346-
- AbstractSqlParser: sql/AbstractSqlParser.md
347-
- AstBuilder: sql/AstBuilder.md
348-
- CatalystSqlParser: sql/CatalystSqlParser.md
349-
- ParserInterface: sql/ParserInterface.md
350-
- SparkSqlParser: sql/SparkSqlParser.md
351-
- SparkSqlAstBuilder: sql/SparkSqlAstBuilder.md
352-
- VariableSubstitution: sql/VariableSubstitution.md
344+
- SQL: sql
353345
- Connectors:
354346
- connectors/index.md
355-
- Avro:
356-
- avro/index.md
357-
- AvroOptions: avro/AvroOptions.md
358-
- AvroFileFormat: avro/AvroFileFormat.md
359-
- CatalystDataToAvro: avro/CatalystDataToAvro.md
360-
- AvroDataToCatalyst: avro/AvroDataToCatalyst.md
347+
- Avro: avro
361348
- Files:
362349
- files/index.md
363350
- AggregatePushDownUtils: files/AggregatePushDownUtils.md
@@ -453,13 +440,7 @@ nav:
453440
- KafkaRowWriter: kafka/KafkaRowWriter.md
454441
- KafkaRecordToRowConverter: kafka/KafkaRecordToRowConverter.md
455442
- Options: kafka/options.md
456-
- Noop:
457-
- noop/index.md
458-
- NoopDataSource: noop/NoopDataSource.md
459-
- NoopTable: noop/NoopTable.md
460-
- NoopWriteBuilder: noop/NoopWriteBuilder.md
461-
- NoopBatchWrite: noop/NoopBatchWrite.md
462-
- NoopStreamingWrite: noop/NoopStreamingWrite.md
443+
- Noop: noop
463444
- Parquet: parquet
464445
- DataWritingSparkTask: connectors/DataWritingSparkTask.md
465446
- DataSourceV2Utils: connectors/DataSourceV2Utils.md

docs/avro/AvroDataToCatalyst.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: AvroDataToCatalyst
3+
---
4+
15
# AvroDataToCatalyst Unary Expression
26

37
`AvroDataToCatalyst` is a <<spark-sql-Expression-UnaryExpression.md#, unary expression>> that represents [from_avro](index.md#from_avro) function in a structured query.

docs/avro/CatalystDataToAvro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: CatalystDataToAvro
3+
---
4+
15
# CatalystDataToAvro Unary Expression
26

37
`CatalystDataToAvro` is a <<spark-sql-Expression-UnaryExpression.md#, unary expression>> that represents [to_avro](index.md#to_avro) function in a structured query.

0 commit comments

Comments
 (0)