[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../api/../../c_glib/arrow-glib/enum.FileType.html [Back]  [Original]

Arrow.FileType

Arrow

API Version: 25.0

Library Version: 25.0.1

Type

Generated by gi-docgen 2025.3

Enumeration

ArrowFileType

since: 1.0.0

Declaration

enum Arrow.FileType

Description [src]

They are corresponding to arrow::fs::FileType values.

Available since: 1.0.0

Members

GARROW_FILE_TYPE_NOT_FOUND

Entry is not found.

  • Value: 0
  • Available since: 1.0.0
GARROW_FILE_TYPE_UNKNOWN

Entry exists but its type is unknown.

  • Value: 1
  • Available since: 1.0.0
GARROW_FILE_TYPE_FILE

Entry is a regular file.

  • Value: 2
  • Available since: 1.0.0
GARROW_FILE_TYPE_DIR

Entry is a directory.

  • Value: 3
  • Available since: 1.0.0

Content


Web Proxy Viewer  |  New URL  |  Original Page