Package

com.github.mjakubowski84

parquet4s

Permalink

package parquet4s

Visibility
  1. Public
  2. All

Type Members

  1. trait AllValueDecoders extends PrimitiveValueDecoders with TimeValueDecoders with CollectionValueDecoders

    Permalink
  2. trait CanBeEmpties extends AnyRef

    Permalink
  3. trait CanBeEmpty[T] extends AnyRef

    Permalink
  4. trait CanBuildFromList extends AnyRef

    Permalink
  5. trait CollectionValueDecoders extends AnyRef

    Permalink
  6. class ListParquetRecord extends ParquetRecord

    Permalink
  7. class ListParquetRecordConverter extends ParquetRecordConverter[ListParquetRecord]

    Permalink
  8. class MapParquetRecord extends ParquetRecord

    Permalink
  9. class MapParquetRecordConverter extends ParquetRecordConverter[MapParquetRecord]

    Permalink
  10. class ParquetReadSupport extends ReadSupport[RowParquetRecord]

    Permalink
  11. trait ParquetReader[T] extends Iterable[T] with Closeable

    Permalink
  12. sealed trait ParquetRecord extends AnyRef

    Permalink
  13. abstract class ParquetRecordConverter[R <: ParquetRecord] extends GroupConverter

    Permalink
  14. trait ParquetRecordDecoder[T] extends AnyRef

    Permalink
  15. class ParquetRecordMaterializer extends RecordMaterializer[RowParquetRecord]

    Permalink
  16. trait PrimitiveValueDecoders extends AnyRef

    Permalink
  17. class RowParquetRecord extends ParquetRecord

    Permalink
  18. class RowParquetRecordConverter extends ParquetRecordConverter[RowParquetRecord]

    Permalink
  19. trait TimeValueDecoders extends AnyRef

    Permalink
  20. trait ValueDecoder[T] extends AnyRef

    Permalink

Value Members

  1. object DateTimeUtils

    Permalink

    This is an extract from the object of the same name published in Spark Project Catalyst library in version 2.3.1 under ASF license.

    This is an extract from the object of the same name published in Spark Project Catalyst library in version 2.3.1 under ASF license.

    Function 'daysToMillis' is simplified and does not contain complex offset calculation as in the original and uses just raw offset from timezone parameter. The rest of functions and fields is kept as in original library.

    Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

  2. object ListParquetRecord

    Permalink
  3. object MapParquetRecord

    Permalink
  4. object ParquetReader

    Permalink
  5. object ParquetRecordDecoder extends CanBuildFromList with CanBeEmpties with AllValueDecoders

    Permalink
  6. object RowParquetRecord

    Permalink

Ungrouped